Html Css Color HEX #C28032 Geebung

📋 copy color: '#C28032'

red 194 ◦ green 128 ◦ blue 50

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

Shades of Geebung #C28032

Tints of Geebung #C28032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 13.44%

R = 52.15%
G = 34.41%
B = 13.44%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.74

 K value IS 0.24

RGB Variations

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

Color information

#C28032 (or 0xC28032) is known color: Geebung. HEX triplet: C2, 80 and 32. RGB value is (194,128,50). Sum of RGB (Red+Green+Blue) = 194+128+50=372 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.15% from 372); Green value is 128 (50.39% from 255 or 34.41% from 372); Blue value is 50 (19.92% from 255 or 13.44% from 372); Max value from RGB is 194 - color contains mainly: red. Hex color #C28032 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28032 is #3D7FCD. Grayscale: #8B8B8B. Windows color (decimal): -4030414 or 3309762. OLE color: 3309762.

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

Color convert

RGB 194 128 50 -
CMYK 0 0.34 0.74 0.24
HSL 32.5º 0.59% 0.48% -
HSV(B) 32.5º 0.74% 0.76% -
XYZ 30.54 27.14 6.65 -
YUV 138.84 77.87 167.34 -
System Red Green Blue C M Y K H S L
Decimal 194 128 50 0 0.34 0.74 0.24 32.5 0.59 0.48
Hex C2 80 32 0 22 4A 18 20 3B 30
Octal 302 200 62 0 42 112 30 40 73 60
Binary 11000010 10000000 110010 0 100010 1001010 11000 100000 111011 110000

Color Harmonies of #C28032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28032

Black with #C28032

Text Example


Text Example

White with #C28032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28032; }

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

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

background-color css

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

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

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

border-color css

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

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

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