Html Css Color HEX #C28020 Geebung

📋 copy color: '#C28020'

red 194 ◦ green 128 ◦ blue 32

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

Shades of Geebung #C28020

Tints of Geebung #C28020

RGB

 RED value IS 194 (76.17% from 255) = 54.8%

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

 BLUE value IS 32 (12.89% from 255) = 9.04%

R = 54.8%
G = 36.16%
B = 9.04%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.84

 K value IS 0.24

RGB Variations

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

Color information

#C28020 (or 0xC28020) is known color: Geebung. HEX triplet: C2, 80 and 20. RGB value is (194,128,32). Sum of RGB (Red+Green+Blue) = 194+128+32=354 (46% of max value = 765). Red value is 194 (76.17% from 255 or 54.80% from 354); Green value is 128 (50.39% from 255 or 36.16% from 354); Blue value is 32 (12.89% from 255 or 9.04% from 354); Max value from RGB is 194 - color contains mainly: red. Hex color #C28020 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28020 is #3D7FDF. Grayscale: #898989. Windows color (decimal): -4030432 or 2130114. OLE color: 2130114.

HSL color Cylindrical-coordinate representation of color #C28020: hue angle of 35.56º degrees, saturation: 0.72, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C28020 is Cyan = 0, Magento = 0.34, Yellow = 0.84 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 128 32 -
CMYK 0 0.34 0.84 0.24
HSL 35.56º 0.72% 0.44% -
HSV(B) 35.56º 0.84% 0.76% -
XYZ 30.23 27.01 4.99 -
YUV 136.79 68.87 168.81 -
System Red Green Blue C M Y K H S L
Decimal 194 128 32 0 0.34 0.84 0.24 35.56 0.72 0.44
Hex C2 80 20 0 22 54 18 24 48 2C
Octal 302 200 40 0 42 124 30 44 110 54
Binary 11000010 10000000 100000 0 100010 1010100 11000 100100 1001000 101100

Color Harmonies of #C28020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28020

Black with #C28020

Text Example


Text Example

White with #C28020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28020; }

 p { color: rgb(194,128,32); }

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

background-color css

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

 a { background-color: rgb(194,128,32); }

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

border-color css

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

 span { border-color: rgb(194,128,32); }

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