Html Css Color HEX #C37631 Meteor

📋 copy color: '#C37631'

red 195 ◦ green 118 ◦ blue 49

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

Shades of Meteor #C37631

Tints of Meteor #C37631

RGB

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

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

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

R = 53.87%
G = 32.6%
B = 13.54%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.75

 K value IS 0.24

RGB Variations

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

Color information

#C37631 (or 0xC37631) is known color: Meteor. HEX triplet: C3, 76 and 31. RGB value is (195,118,49). Sum of RGB (Red+Green+Blue) = 195+118+49=362 (47% of max value = 765). Red value is 195 (76.56% from 255 or 53.87% from 362); Green value is 118 (46.48% from 255 or 32.60% from 362); Blue value is 49 (19.53% from 255 or 13.54% from 362); Max value from RGB is 195 - color contains mainly: red. Hex color #C37631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C37631 is #3C89CE. Grayscale: #858585. Windows color (decimal): -3967439 or 3241667. OLE color: 3241667.

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

Color convert

RGB 195 118 49 -
CMYK 0 0.39 0.75 0.24
HSL 28.36º 0.6% 0.48% -
HSV(B) 28.36º 0.75% 0.76% -
XYZ 29.54 24.78 6.13 -
YUV 133.16 80.51 172.11 -
System Red Green Blue C M Y K H S L
Decimal 195 118 49 0 0.39 0.75 0.24 28.36 0.6 0.48
Hex C3 76 31 0 27 4B 18 1C 3C 30
Octal 303 166 61 0 47 113 30 34 74 60
Binary 11000011 1110110 110001 0 100111 1001011 11000 11100 111100 110000

Color Harmonies of #C37631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C37631

Black with #C37631

Text Example


Text Example

White with #C37631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C37631; }

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

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

background-color css

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

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

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

border-color css

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

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

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