Html Css Color HEX #C28221 Geebung

📋 copy color: '#C28221'

red 194 ◦ green 130 ◦ blue 33

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

Shades of Geebung #C28221

Tints of Geebung #C28221

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 9.24%

R = 54.34%
G = 36.41%
B = 9.24%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.83

 K value IS 0.24

RGB Variations

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

Color information

#C28221 (or 0xC28221) is known color: Geebung. HEX triplet: C2, 82 and 21. RGB value is (194,130,33). Sum of RGB (Red+Green+Blue) = 194+130+33=357 (47% of max value = 765). Red value is 194 (76.17% from 255 or 54.34% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 33 (13.28% from 255 or 9.24% from 357); Max value from RGB is 194 - color contains mainly: red. Hex color #C28221 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C28221 is #3D7DDE. Grayscale: #8A8A8A. Windows color (decimal): -4029919 or 2196162. OLE color: 2196162.

HSL color Cylindrical-coordinate representation of color #C28221: hue angle of 36.15º degrees, saturation: 0.71, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #C28221 is Cyan = 0, Magento = 0.33, Yellow = 0.83 and Black (K on CMYK) = 0.24.

Color convert

RGB 194 130 33 -
CMYK 0 0.33 0.83 0.24
HSL 36.15º 0.71% 0.45% -
HSV(B) 36.15º 0.83% 0.76% -
XYZ 30.51 27.54 5.15 -
YUV 138.08 68.7 167.89 -
System Red Green Blue C M Y K H S L
Decimal 194 130 33 0 0.33 0.83 0.24 36.15 0.71 0.45
Hex C2 82 21 0 21 53 18 24 47 2D
Octal 302 202 41 0 41 123 30 44 107 55
Binary 11000010 10000010 100001 0 100001 1010011 11000 100100 1000111 101101

Color Harmonies of #C28221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C28221

Black with #C28221

Text Example


Text Example

White with #C28221

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C28221; }

 p { color: rgb(194,130,33); }

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

background-color css

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

 a { background-color: rgb(194,130,33); }

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

border-color css

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

 span { border-color: rgb(194,130,33); }

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