Html Css Color HEX #C57732 Meteor

📋 copy color: '#C57732'

red 197 ◦ green 119 ◦ blue 50

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

Shades of Meteor #C57732

Tints of Meteor #C57732

RGB

 RED value IS 197 (77.34% from 255) = 53.83%

 GREEN value IS 119 (46.88% from 255) = 32.51%

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

R = 53.83%
G = 32.51%
B = 13.66%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C57732 (or 0xC57732) is known color: Meteor. HEX triplet: C5, 77 and 32. RGB value is (197,119,50). Sum of RGB (Red+Green+Blue) = 197+119+50=366 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.83% from 366); Green value is 119 (46.88% from 255 or 32.51% from 366); Blue value is 50 (19.92% from 255 or 13.66% from 366); Max value from RGB is 197 - color contains mainly: red. Hex color #C57732 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57732 is #3A88CD. Grayscale: #868686. Windows color (decimal): -3836110 or 3307461. OLE color: 3307461.

HSL color Cylindrical-coordinate representation of color #C57732: hue angle of 28.16º degrees, saturation: 0.6, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #C57732 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 119 50 -
CMYK 0 0.40 0.75 0.23
HSL 28.16º 0.6% 0.48% -
HSV(B) 28.16º 0.75% 0.77% -
XYZ 30.2 25.29 6.31 -
YUV 134.46 80.34 172.61 -
System Red Green Blue C M Y K H S L
Decimal 197 119 50 0 0.40 0.75 0.23 28.16 0.6 0.48
Hex C5 77 32 0 28 4B 17 1C 3C 30
Octal 305 167 62 0 50 113 27 34 74 60
Binary 11000101 1110111 110010 0 101000 1001011 10111 11100 111100 110000

Color Harmonies of #C57732

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57732

Black with #C57732

Text Example


Text Example

White with #C57732

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57732; }

 p { color: rgb(197,119,50); }

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

background-color css

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

 a { background-color: rgb(197,119,50); }

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

border-color css

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

 span { border-color: rgb(197,119,50); }

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