Html Css Color HEX #C47631 Meteor

📋 copy color: '#C47631'

red 196 ◦ green 118 ◦ blue 49

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

Shades of Meteor #C47631

Tints of Meteor #C47631

RGB

 RED value IS 196 (76.95% from 255) = 53.99%

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

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

R = 53.99%
G = 32.51%
B = 13.5%

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

#C47631 (or 0xC47631) is known color: Meteor. HEX triplet: C4, 76 and 31. RGB value is (196,118,49). Sum of RGB (Red+Green+Blue) = 196+118+49=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 118 (46.48% from 255 or 32.51% from 363); Blue value is 49 (19.53% from 255 or 13.50% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C47631 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47631 is #3B89CE. Grayscale: #858585. Windows color (decimal): -3901903 or 3241668. OLE color: 3241668.

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

Color convert

RGB 196 118 49 -
CMYK 0 0.40 0.75 0.23
HSL 28.16º 0.6% 0.48% -
HSV(B) 28.16º 0.75% 0.77% -
XYZ 29.8 24.91 6.14 -
YUV 133.46 80.34 172.61 -
System Red Green Blue C M Y K H S L
Decimal 196 118 49 0 0.40 0.75 0.23 28.16 0.6 0.48
Hex C4 76 31 0 28 4B 17 1C 3C 30
Octal 304 166 61 0 50 113 27 34 74 60
Binary 11000100 1110110 110001 0 101000 1001011 10111 11100 111100 110000

Color Harmonies of #C47631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47631

Black with #C47631

Text Example


Text Example

White with #C47631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47631; }

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

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

background-color css

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

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

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

border-color css

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

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

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