Html Css Color HEX #C08222 Geebung

📋 copy color: '#C08222'

red 192 ◦ green 130 ◦ blue 34

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

Shades of Geebung #C08222

Tints of Geebung #C08222

RGB

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

 GREEN value IS 130 (51.17% from 255) = 36.52%

 BLUE value IS 34 (13.67% from 255) = 9.55%

R = 53.93%
G = 36.52%
B = 9.55%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.82

 K value IS 0.25

RGB Variations

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

Color information

#C08222 (or 0xC08222) is known color: Geebung. HEX triplet: C0, 82 and 22. RGB value is (192,130,34). Sum of RGB (Red+Green+Blue) = 192+130+34=356 (47% of max value = 765). Red value is 192 (75.39% from 255 or 53.93% from 356); Green value is 130 (51.17% from 255 or 36.52% from 356); Blue value is 34 (13.67% from 255 or 9.55% from 356); Max value from RGB is 192 - color contains mainly: red. Hex color #C08222 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C08222 is #3F7DDD. Grayscale: #8A8A8A. Windows color (decimal): -4160990 or 2261696. OLE color: 2261696.

HSL color Cylindrical-coordinate representation of color #C08222: hue angle of 36.46º degrees, saturation: 0.7, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #C08222 is Cyan = 0, Magento = 0.32, Yellow = 0.82 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 130 34 -
CMYK 0 0.32 0.82 0.25
HSL 36.46º 0.7% 0.44% -
HSV(B) 36.46º 0.82% 0.75% -
XYZ 30.01 27.29 5.2 -
YUV 137.59 69.54 166.81 -
System Red Green Blue C M Y K H S L
Decimal 192 130 34 0 0.32 0.82 0.25 36.46 0.7 0.44
Hex C0 82 22 0 20 52 19 24 46 2C
Octal 300 202 42 0 40 122 31 44 106 54
Binary 11000000 10000010 100010 0 100000 1010010 11001 100100 1000110 101100

Color Harmonies of #C08222

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C08222

Black with #C08222

Text Example


Text Example

White with #C08222

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C08222; }

 p { color: rgb(192,130,34); }

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

background-color css

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

 a { background-color: rgb(192,130,34); }

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

border-color css

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

 span { border-color: rgb(192,130,34); }

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