Html Css Color HEX #C28120 Geebung

📋 copy color: '#C28120'

red 194 ◦ green 129 ◦ blue 32

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

Shades of Geebung #C28120

Tints of Geebung #C28120

RGB

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

 GREEN value IS 129 (50.78% from 255) = 36.34%

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

R = 54.65%
G = 36.34%
B = 9.01%

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

#C28120 (or 0xC28120) is known color: Geebung. HEX triplet: C2, 81 and 20. RGB value is (194,129,32). Sum of RGB (Red+Green+Blue) = 194+129+32=355 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.65% from 355); Green value is 129 (50.78% from 255 or 36.34% from 355); Blue value is 32 (12.89% from 255 or 9.01% from 355); Max value from RGB is 194 - color contains mainly: red. Hex color #C28120 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28120 is #3D7EDF. Grayscale: #898989. Windows color (decimal): -4030176 or 2130370. OLE color: 2130370.

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

Color convert

RGB 194 129 32 -
CMYK 0 0.34 0.84 0.24
HSL 35.93º 0.72% 0.44% -
HSV(B) 35.93º 0.84% 0.76% -
XYZ 30.36 27.27 5.03 -
YUV 137.38 68.53 168.39 -
System Red Green Blue C M Y K H S L
Decimal 194 129 32 0 0.34 0.84 0.24 35.93 0.72 0.44
Hex C2 81 20 0 22 54 18 24 48 2C
Octal 302 201 40 0 42 124 30 44 110 54
Binary 11000010 10000001 100000 0 100010 1010100 11000 100100 1001000 101100

Color Harmonies of #C28120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28120

Black with #C28120

Text Example


Text Example

White with #C28120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28120; }

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

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

background-color css

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

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

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

border-color css

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

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

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