Html Css Color HEX #C28033 Geebung

📋 copy color: '#C28033'

red 194 ◦ green 128 ◦ blue 51

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

Shades of Geebung #C28033

Tints of Geebung #C28033

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 13.67%

R = 52.01%
G = 34.32%
B = 13.67%

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

#C28033 (or 0xC28033) is known color: Geebung. HEX triplet: C2, 80 and 33. RGB value is (194,128,51). Sum of RGB (Red+Green+Blue) = 194+128+51=373 (49% of max value = 765). Red value is 194 (76.17% from 255 or 52.01% from 373); Green value is 128 (50.39% from 255 or 34.32% from 373); Blue value is 51 (20.31% from 255 or 13.67% from 373); Max value from RGB is 194 - color contains mainly: red. Hex color #C28033 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28033 is #3D7FCC. Grayscale: #8B8B8B. Windows color (decimal): -4030413 or 3375298. OLE color: 3375298.

HSL color Cylindrical-coordinate representation of color #C28033: hue angle of 32.31º degrees, saturation: 0.58, 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 #C28033 is Cyan = 0, Magento = 0.34, Yellow = 0.74 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 128 51 -
CMYK 0 0.34 0.74 0.24
HSL 32.31º 0.58% 0.48% -
HSV(B) 32.31º 0.74% 0.76% -
XYZ 30.56 27.15 6.76 -
YUV 138.96 78.37 167.26 -
System Red Green Blue C M Y K H S L
Decimal 194 128 51 0 0.34 0.74 0.24 32.31 0.58 0.48
Hex C2 80 33 0 22 4A 18 20 3A 30
Octal 302 200 63 0 42 112 30 40 72 60
Binary 11000010 10000000 110011 0 100010 1001010 11000 100000 111010 110000

Color Harmonies of #C28033

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28033

Black with #C28033

Text Example


Text Example

White with #C28033

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28033; }

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

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

background-color css

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

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

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

border-color css

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

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

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