Html Css Color HEX #C38320 Geebung

📋 copy color: '#C38320'

red 195 ◦ green 131 ◦ blue 32

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

Shades of Geebung #C38320

Tints of Geebung #C38320

RGB

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

 GREEN value IS 131 (51.56% from 255) = 36.59%

 BLUE value IS 32 (12.89% from 255) = 8.94%

R = 54.47%
G = 36.59%
B = 8.94%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C38320 (or 0xC38320) is known color: Geebung. HEX triplet: C3, 83 and 20. RGB value is (195,131,32). Sum of RGB (Red+Green+Blue) = 195+131+32=358 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.47% from 358); Green value is 131 (51.56% from 255 or 36.59% from 358); Blue value is 32 (12.89% from 255 or 8.94% from 358); Max value from RGB is 195 - color contains mainly: red. Hex color #C38320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C38320 is #3C7CDF. Grayscale: #8B8B8B. Windows color (decimal): -3964128 or 2130883. OLE color: 2130883.

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

Color convert

RGB 195 131 32 -
CMYK 0 0.33 0.84 0.24
HSL 36.44º 0.72% 0.45% -
HSV(B) 36.44º 0.84% 0.76% -
XYZ 30.88 27.94 5.13 -
YUV 138.85 67.7 168.05 -
System Red Green Blue C M Y K H S L
Decimal 195 131 32 0 0.33 0.84 0.24 36.44 0.72 0.45
Hex C3 83 20 0 21 54 18 24 48 2D
Octal 303 203 40 0 41 124 30 44 110 55
Binary 11000011 10000011 100000 0 100001 1010100 11000 100100 1001000 101101

Color Harmonies of #C38320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C38320

Black with #C38320

Text Example


Text Example

White with #C38320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C38320; }

 p { color: rgb(195,131,32); }

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

background-color css

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

 a { background-color: rgb(195,131,32); }

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

border-color css

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

 span { border-color: rgb(195,131,32); }

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