Html Css Color HEX #C08029 Geebung

📋 copy color: '#C08029'

red 192 ◦ green 128 ◦ blue 41

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

Shades of Geebung #C08029

Tints of Geebung #C08029

RGB

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

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

 BLUE value IS 41 (16.41% from 255) = 11.36%

R = 53.19%
G = 35.46%
B = 11.36%

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

#C08029 (or 0xC08029) is known color: Geebung. HEX triplet: C0, 80 and 29. RGB value is (192,128,41). Sum of RGB (Red+Green+Blue) = 192+128+41=361 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.19% from 361); Green value is 128 (50.39% from 255 or 35.46% from 361); Blue value is 41 (16.41% from 255 or 11.36% from 361); Max value from RGB is 192 - color contains mainly: red. Hex color #C08029 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08029 is #3F7FD6. Grayscale: #898989. Windows color (decimal): -4161495 or 2719936. OLE color: 2719936.

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

Color convert

RGB 192 128 41 -
CMYK 0 0.33 0.79 0.25
HSL 34.57º 0.65% 0.46% -
HSV(B) 34.57º 0.79% 0.75% -
XYZ 29.86 26.8 5.7 -
YUV 137.22 73.7 167.07 -
System Red Green Blue C M Y K H S L
Decimal 192 128 41 0 0.33 0.79 0.25 34.57 0.65 0.46
Hex C0 80 29 0 21 4F 19 23 41 2E
Octal 300 200 51 0 41 117 31 43 101 56
Binary 11000000 10000000 101001 0 100001 1001111 11001 100011 1000001 101110

Color Harmonies of #C08029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08029

Black with #C08029

Text Example


Text Example

White with #C08029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08029; }

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

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

background-color css

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

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

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

border-color css

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

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

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