Html Css Color HEX #C08027 Geebung

📋 copy color: '#C08027'

red 192 ◦ green 128 ◦ blue 39

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

Shades of Geebung #C08027

Tints of Geebung #C08027

RGB

 RED value IS 192 (75.39% from 255) = 53.48%

 GREEN value IS 128 (50.39% from 255) = 35.65%

 BLUE value IS 39 (15.63% from 255) = 10.86%

R = 53.48%
G = 35.65%
B = 10.86%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.80

 K value IS 0.25

RGB Variations

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

Color information

#C08027 (or 0xC08027) is known color: Geebung. HEX triplet: C0, 80 and 27. RGB value is (192,128,39). Sum of RGB (Red+Green+Blue) = 192+128+39=359 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.48% from 359); Green value is 128 (50.39% from 255 or 35.65% from 359); Blue value is 39 (15.62% from 255 or 10.86% from 359); Max value from RGB is 192 - color contains mainly: red. Hex color #C08027 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08027 is #3F7FD8. Grayscale: #898989. Windows color (decimal): -4161497 or 2588864. OLE color: 2588864.

HSL color Cylindrical-coordinate representation of color #C08027: hue angle of 34.9º degrees, saturation: 0.66, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #C08027 is Cyan = 0, Magento = 0.33, Yellow = 0.80 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 128 39 -
CMYK 0 0.33 0.80 0.25
HSL 34.9º 0.66% 0.45% -
HSV(B) 34.9º 0.8% 0.75% -
XYZ 29.82 26.79 5.52 -
YUV 136.99 72.7 167.24 -
System Red Green Blue C M Y K H S L
Decimal 192 128 39 0 0.33 0.80 0.25 34.9 0.66 0.45
Hex C0 80 27 0 21 50 19 23 42 2D
Octal 300 200 47 0 41 120 31 43 102 55
Binary 11000000 10000000 100111 0 100001 1010000 11001 100011 1000010 101101

Color Harmonies of #C08027

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08027

Black with #C08027

Text Example


Text Example

White with #C08027

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08027; }

 p { color: rgb(192,128,39); }

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

background-color css

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

 a { background-color: rgb(192,128,39); }

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

border-color css

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

 span { border-color: rgb(192,128,39); }

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