Html Css Color HEX #C08028 Geebung

📋 copy color: '#C08028'

red 192 ◦ green 128 ◦ blue 40

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

Shades of Geebung #C08028

Tints of Geebung #C08028

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 11.11%

R = 53.33%
G = 35.56%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C08028 (or 0xC08028) is known color: Geebung. HEX triplet: C0, 80 and 28. RGB value is (192,128,40). Sum of RGB (Red+Green+Blue) = 192+128+40=360 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.33% from 360); Green value is 128 (50.39% from 255 or 35.56% from 360); Blue value is 40 (16.02% from 255 or 11.11% from 360); Max value from RGB is 192 - color contains mainly: red. Hex color #C08028 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08028 is #3F7FD7. Grayscale: #898989. Windows color (decimal): -4161496 or 2654400. OLE color: 2654400.

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

Color convert

RGB 192 128 40 -
CMYK 0 0.33 0.79 0.25
HSL 34.74º 0.66% 0.45% -
HSV(B) 34.74º 0.79% 0.75% -
XYZ 29.84 26.8 5.61 -
YUV 137.1 73.2 167.16 -
System Red Green Blue C M Y K H S L
Decimal 192 128 40 0 0.33 0.79 0.25 34.74 0.66 0.45
Hex C0 80 28 0 21 4F 19 23 42 2D
Octal 300 200 50 0 41 117 31 43 102 55
Binary 11000000 10000000 101000 0 100001 1001111 11001 100011 1000010 101101

Color Harmonies of #C08028

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08028

Black with #C08028

Text Example


Text Example

White with #C08028

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08028; }

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

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

background-color css

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

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

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

border-color css

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

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

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