Html Css Color HEX #C57632 Meteor

📋 copy color: '#C57632'

red 197 ◦ green 118 ◦ blue 50

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

Shades of Meteor #C57632

Tints of Meteor #C57632

RGB

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

 GREEN value IS 118 (46.48% from 255) = 32.33%

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

R = 53.97%
G = 32.33%
B = 13.7%

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

#C57632 (or 0xC57632) is known color: Meteor. HEX triplet: C5, 76 and 32. RGB value is (197,118,50). Sum of RGB (Red+Green+Blue) = 197+118+50=365 (48% of max value = 765). Red value is 197 (77.34% from 255 or 53.97% from 365); Green value is 118 (46.48% from 255 or 32.33% from 365); Blue value is 50 (19.92% from 255 or 13.70% from 365); Max value from RGB is 197 - color contains mainly: red. Hex color #C57632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C57632 is #3A89CD. Grayscale: #868686. Windows color (decimal): -3836366 or 3307205. OLE color: 3307205.

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

Color convert

RGB 197 118 50 -
CMYK 0 0.40 0.75 0.23
HSL 27.76º 0.6% 0.48% -
HSV(B) 27.76º 0.75% 0.77% -
XYZ 30.08 25.06 6.27 -
YUV 133.87 80.67 173.03 -
System Red Green Blue C M Y K H S L
Decimal 197 118 50 0 0.40 0.75 0.23 27.76 0.6 0.48
Hex C5 76 32 0 28 4B 17 1C 3C 30
Octal 305 166 62 0 50 113 27 34 74 60
Binary 11000101 1110110 110010 0 101000 1001011 10111 11100 111100 110000

Color Harmonies of #C57632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C57632

Black with #C57632

Text Example


Text Example

White with #C57632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C57632; }

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

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

background-color css

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

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

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

border-color css

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

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

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