Html Css Color HEX #C38832 Geebung

📋 copy color: '#C38832'

red 195 ◦ green 136 ◦ blue 50

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

Shades of Geebung #C38832

Tints of Geebung #C38832

RGB

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

 GREEN value IS 136 (53.52% from 255) = 35.7%

 BLUE value IS 50 (19.92% from 255) = 13.12%

R = 51.18%
G = 35.7%
B = 13.12%

CMYK

 C value IS 0

 M value IS 0.30

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C38832 (or 0xC38832) is known color: Geebung. HEX triplet: C3, 88 and 32. RGB value is (195,136,50). Sum of RGB (Red+Green+Blue) = 195+136+50=381 (50% of max value = 765). Red value is 195 (76.56% from 255 or 51.18% from 381); Green value is 136 (53.52% from 255 or 35.70% from 381); Blue value is 50 (19.92% from 255 or 13.12% from 381); Max value from RGB is 195 - color contains mainly: red. Hex color #C38832 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38832 is #3C77CD. Grayscale: #909090. Windows color (decimal): -3962830 or 3311811. OLE color: 3311811.

HSL color Cylindrical-coordinate representation of color #C38832: hue angle of 35.59º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C38832 is Cyan = 0, Magento = 0.30, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 136 50 -
CMYK 0 0.30 0.74 0.24
HSL 35.59º 0.59% 0.48% -
HSV(B) 35.59º 0.74% 0.76% -
XYZ 31.89 29.44 7.02 -
YUV 143.84 75.05 164.49 -
System Red Green Blue C M Y K H S L
Decimal 195 136 50 0 0.30 0.74 0.24 35.59 0.59 0.48
Hex C3 88 32 0 1E 4A 18 24 3B 30
Octal 303 210 62 0 36 112 30 44 73 60
Binary 11000011 10001000 110010 0 11110 1001010 11000 100100 111011 110000

Color Harmonies of #C38832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38832

Black with #C38832

Text Example


Text Example

White with #C38832

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38832; }

 p { color: rgb(195,136,50); }

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

background-color css

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

 a { background-color: rgb(195,136,50); }

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

border-color css

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

 span { border-color: rgb(195,136,50); }

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