Html Css Color HEX #C08825 Geebung

📋 copy color: '#C08825'

red 192 ◦ green 136 ◦ blue 37

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

Shades of Geebung #C08825

Tints of Geebung #C08825

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 10.14%

R = 52.6%
G = 37.26%
B = 10.14%

CMYK

 C value IS 0

 M value IS 0.29

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C08825 (or 0xC08825) is known color: Geebung. HEX triplet: C0, 88 and 25. RGB value is (192,136,37). Sum of RGB (Red+Green+Blue) = 192+136+37=365 (48% of max value = 765). Red value is 192 (75.39% from 255 or 52.60% from 365); Green value is 136 (53.52% from 255 or 37.26% from 365); Blue value is 37 (14.84% from 255 or 10.14% from 365); Max value from RGB is 192 - color contains mainly: red. Hex color #C08825 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08825 is #3F77DA. Grayscale: #8D8D8D. Windows color (decimal): -4159451 or 2459840. OLE color: 2459840.

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

Color convert

RGB 192 136 37 -
CMYK 0 0.29 0.81 0.25
HSL 38.32º 0.68% 0.45% -
HSV(B) 38.32º 0.81% 0.75% -
XYZ 30.88 28.95 5.71 -
YUV 141.46 69.05 164.05 -
System Red Green Blue C M Y K H S L
Decimal 192 136 37 0 0.29 0.81 0.25 38.32 0.68 0.45
Hex C0 88 25 0 1D 51 19 26 44 2D
Octal 300 210 45 0 35 121 31 46 104 55
Binary 11000000 10001000 100101 0 11101 1010001 11001 100110 1000100 101101

Color Harmonies of #C08825

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08825

Black with #C08825

Text Example


Text Example

White with #C08825

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08825; }

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

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

background-color css

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

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

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

border-color css

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

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

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