Html Css Color HEX #C08025 Geebung

📋 copy color: '#C08025'

red 192 ◦ green 128 ◦ blue 37

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

Shades of Geebung #C08025

Tints of Geebung #C08025

RGB

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

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

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

R = 53.78%
G = 35.85%
B = 10.36%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.81

 K value IS 0.25

RGB Variations

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

Color information

#C08025 (or 0xC08025) is known color: Geebung. HEX triplet: C0, 80 and 25. RGB value is (192,128,37). Sum of RGB (Red+Green+Blue) = 192+128+37=357 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.78% from 357); Green value is 128 (50.39% from 255 or 35.85% from 357); Blue value is 37 (14.84% from 255 or 10.36% from 357); Max value from RGB is 192 - color contains mainly: red. Hex color #C08025 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08025 is #3F7FDA. Grayscale: #898989. Windows color (decimal): -4161499 or 2457792. OLE color: 2457792.

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

Color convert

RGB 192 128 37 -
CMYK 0 0.33 0.81 0.25
HSL 35.23º 0.68% 0.45% -
HSV(B) 35.23º 0.81% 0.75% -
XYZ 29.79 26.78 5.35 -
YUV 136.76 71.7 167.4 -
System Red Green Blue C M Y K H S L
Decimal 192 128 37 0 0.33 0.81 0.25 35.23 0.68 0.45
Hex C0 80 25 0 21 51 19 23 44 2D
Octal 300 200 45 0 41 121 31 43 104 55
Binary 11000000 10000000 100101 0 100001 1010001 11001 100011 1000100 101101

Color Harmonies of #C08025

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08025

Black with #C08025

Text Example


Text Example

White with #C08025

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08025; }

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

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

background-color css

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

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

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

border-color css

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

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

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