#C27533

Color #C27533 Meteor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Meteor #C27533

Tints of Meteor #C27533

Color information

#C27533 (or 0xC27533) is unknown color: approx Meteor. HEX triplet: C2, 75 and 33. RGB value is (194,117,51). Sum of RGB (Red+Green+Blue) = 194+117+51=362 (47% of max value = 765). Red value is 194 (76.17% from 255 or 53.59% from 362); Green value is 117 (46.09% from 255 or 32.32% from 362); Blue value is 51 (20.31% from 255 or 14.09% from 362); Max value from RGB is 194 - color contains mainly: red. Hex color #C27533 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C27533 is #3D8ACC. Grayscale: #848484. Windows color (decimal): -4033229 or 3372482. OLE color: 3372482.

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

Color convert

RGB19411751-
CMYK00.400.740.24
HSL27.69º58.37%48.04%-
HSV(B)27.69º73.71%76.08%-
XYZ29.2124.436.31-
YUV132.582.01171.87-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 53.59%
GREEN value IS 117 (46.09% from 255) = 32.32%
BLUE value IS 51 (20.31% from 255) = 14.09%
R=53.59%
G=32.32%
B=14.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941175100.400.740.2427.6958.3748.04
HexC275330284A181c3a30
Octal3021656305011230347260
Binary110000101110101110011010100010010101100011100111010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C27533

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C27533; }

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

 H1.HeaderClassName
 {
   color: #C27533;
 }
 .AnyTagClassName
 {
   color: #C27533;
 }
</style>
background-color css

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

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

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

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

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

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