Html Css Color HEX #C78320 Geebung

📋 copy color: '#C78320'

red 199 ◦ green 131 ◦ blue 32

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

Shades of Geebung #C78320

Tints of Geebung #C78320

RGB

 RED value IS 199 (78.13% from 255) = 54.97%

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

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

R = 54.97%
G = 36.19%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.22

RGB Variations

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

Color information

#C78320 (or 0xC78320) is known color: Geebung. HEX triplet: C7, 83 and 20. RGB value is (199,131,32). Sum of RGB (Red+Green+Blue) = 199+131+32=362 (47% of max value = 765). Red value is 199 (78.12% from 255 or 54.97% from 362); Green value is 131 (51.56% from 255 or 36.19% from 362); Blue value is 32 (12.89% from 255 or 8.84% from 362); Max value from RGB is 199 - color contains mainly: red. Hex color #C78320 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C78320 is #387CDF. Grayscale: #8C8C8C. Windows color (decimal): -3701984 or 2130887. OLE color: 2130887.

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

Color convert

RGB 199 131 32 -
CMYK 0 0.34 0.84 0.22
HSL 35.57º 0.72% 0.45% -
HSV(B) 35.57º 0.84% 0.78% -
XYZ 31.93 28.48 5.18 -
YUV 140.05 67.03 170.05 -
System Red Green Blue C M Y K H S L
Decimal 199 131 32 0 0.34 0.84 0.22 35.57 0.72 0.45
Hex C7 83 20 0 22 54 16 24 48 2D
Octal 307 203 40 0 42 124 26 44 110 55
Binary 11000111 10000011 100000 0 100010 1010100 10110 100100 1001000 101101

Color Harmonies of #C78320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C78320

Black with #C78320

Text Example


Text Example

White with #C78320

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C78320; }

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

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

background-color css

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

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

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

border-color css

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

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

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