Html Css Color HEX #C38525 Geebung

📋 copy color: '#C38525'

red 195 ◦ green 133 ◦ blue 37

#C38525
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Geebung #C38525

Tints of Geebung #C38525

RGB

 RED value IS 195 (76.56% from 255) = 53.42%

 GREEN value IS 133 (52.34% from 255) = 36.44%

 BLUE value IS 37 (14.84% from 255) = 10.14%

R = 53.42%
G = 36.44%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.81

 K value IS 0.24

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#C38525 (or 0xC38525) is known color: Geebung. HEX triplet: C3, 85 and 25. RGB value is (195,133,37). Sum of RGB (Red+Green+Blue) = 195+133+37=365 (48% of max value = 765). Red value is 195 (76.56% from 255 or 53.42% from 365); Green value is 133 (52.34% from 255 or 36.44% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 195 - color contains mainly: red. Hex color #C38525 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38525 is #3C7ADA. Grayscale: #8D8D8D. Windows color (decimal): -3963611 or 2459075. OLE color: 2459075.

HSL color Cylindrical-coordinate representation of color #C38525: hue angle of 36.46º degrees, saturation: 0.68, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #C38525 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 133 37 -
CMYK 0 0.32 0.81 0.24
HSL 36.46º 0.68% 0.45% -
HSV(B) 36.46º 0.81% 0.76% -
XYZ 31.23 28.51 5.61 -
YUV 140.59 69.54 166.81 -
System Red Green Blue C M Y K H S L
Decimal 195 133 37 0 0.32 0.81 0.24 36.46 0.68 0.45
Hex C3 85 25 0 20 51 18 24 44 2D
Octal 303 205 45 0 40 121 30 44 104 55
Binary 11000011 10000101 100101 0 100000 1010001 11000 100100 1000100 101101

Color Harmonies of #C38525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38525

Black with #C38525

Text Example


Text Example

White with #C38525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38525; }

 p { color: rgb(195,133,37); }

 H1.HeaderClassName
 {
   color: #C38525;
 }
 .AnyTagClassName
 {
   color: #C38525;
 }
</style>

background-color css

<style>
 a { background-color: #C38525; }

 a { background-color: rgb(195,133,37); }

 div.DivClassName
 {
   background-color: #C38525;
 }
 .BgClassName
 {
   background-color: #C38525;
 }
</style>

border-color css

<style>
 span { border-color: #C38525; }

 span { border-color: rgb(195,133,37); }

 td.TdClassName
 {
   border-color: #C38525;
 }
 .TagClassName
 {
   border-color: #C38525;
 }
</style>