Html Css Color HEX #C37131 Meteor

📋 copy color: '#C37131'

red 195 ◦ green 113 ◦ blue 49

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

Shades of Meteor #C37131

Tints of Meteor #C37131

RGB

 RED value IS 195 (76.56% from 255) = 54.62%

 GREEN value IS 113 (44.53% from 255) = 31.65%

 BLUE value IS 49 (19.53% from 255) = 13.73%

R = 54.62%
G = 31.65%
B = 13.73%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C37131 (or 0xC37131) is known color: Meteor. HEX triplet: C3, 71 and 31. RGB value is (195,113,49). Sum of RGB (Red+Green+Blue) = 195+113+49=357 (47% of max value = 765). Red value is 195 (76.56% from 255 or 54.62% from 357); Green value is 113 (44.53% from 255 or 31.65% from 357); Blue value is 49 (19.53% from 255 or 13.73% from 357); Max value from RGB is 195 - color contains mainly: red. Hex color #C37131 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37131 is #3C8ECE. Grayscale: #828282. Windows color (decimal): -3968719 or 3240387. OLE color: 3240387.

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

Color convert

RGB 195 113 49 -
CMYK 0 0.42 0.75 0.24
HSL 26.3º 0.6% 0.48% -
HSV(B) 26.3º 0.75% 0.76% -
XYZ 28.97 23.63 5.94 -
YUV 130.22 82.17 174.2 -
System Red Green Blue C M Y K H S L
Decimal 195 113 49 0 0.42 0.75 0.24 26.3 0.6 0.48
Hex C3 71 31 0 2A 4B 18 1A 3C 30
Octal 303 161 61 0 52 113 30 32 74 60
Binary 11000011 1110001 110001 0 101010 1001011 11000 11010 111100 110000

Color Harmonies of #C37131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37131

Black with #C37131

Text Example


Text Example

White with #C37131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37131; }

 p { color: rgb(195,113,49); }

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

background-color css

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

 a { background-color: rgb(195,113,49); }

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

border-color css

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

 span { border-color: rgb(195,113,49); }

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