Html Css Color HEX #C08829 Geebung

📋 copy color: '#C08829'

red 192 ◦ green 136 ◦ blue 41

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

Shades of Geebung #C08829

Tints of Geebung #C08829

RGB

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

 GREEN value IS 136 (53.52% from 255) = 36.86%

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

R = 52.03%
G = 36.86%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.79

 K value IS 0.25

RGB Variations

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

Color information

#C08829 (or 0xC08829) is known color: Geebung. HEX triplet: C0, 88 and 29. RGB value is (192,136,41). Sum of RGB (Red+Green+Blue) = 192+136+41=369 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.03% from 369); Green value is 136 (53.52% from 255 or 36.86% from 369); Blue value is 41 (16.41% from 255 or 11.11% from 369); Max value from RGB is 192 - color contains mainly: red. Hex color #C08829 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08829 is #3F77D6. Grayscale: #8E8E8E. Windows color (decimal): -4159447 or 2721984. OLE color: 2721984.

HSL color Cylindrical-coordinate representation of color #C08829: hue angle of 37.75º 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 #C08829 is Cyan = 0, Magento = 0.29, Yellow = 0.79 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 136 41 -
CMYK 0 0.29 0.79 0.25
HSL 37.75º 0.65% 0.46% -
HSV(B) 37.75º 0.79% 0.75% -
XYZ 30.94 28.97 6.06 -
YUV 141.91 71.05 163.72 -
System Red Green Blue C M Y K H S L
Decimal 192 136 41 0 0.29 0.79 0.25 37.75 0.65 0.46
Hex C0 88 29 0 1D 4F 19 26 41 2E
Octal 300 210 51 0 35 117 31 46 101 56
Binary 11000000 10001000 101001 0 11101 1001111 11001 100110 1000001 101110

Color Harmonies of #C08829

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08829

Black with #C08829

Text Example


Text Example

White with #C08829

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08829; }

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

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

background-color css

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

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

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

border-color css

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

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

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