Html Css Color HEX #C47831 Meteor

📋 copy color: '#C47831'

red 196 ◦ green 120 ◦ blue 49

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

Shades of Meteor #C47831

Tints of Meteor #C47831

RGB

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

 GREEN value IS 120 (47.27% from 255) = 32.88%

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

R = 53.7%
G = 32.88%
B = 13.42%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.75

 K value IS 0.23

RGB Variations

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

Color information

#C47831 (or 0xC47831) is known color: Meteor. HEX triplet: C4, 78 and 31. RGB value is (196,120,49). Sum of RGB (Red+Green+Blue) = 196+120+49=365 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.70% from 365); Green value is 120 (47.27% from 255 or 32.88% from 365); Blue value is 49 (19.53% from 255 or 13.42% from 365); Max value from RGB is 196 - color contains mainly: red. Hex color #C47831 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47831 is #3B87CE. Grayscale: #868686. Windows color (decimal): -3901391 or 3242180. OLE color: 3242180.

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

Color convert

RGB 196 120 49 -
CMYK 0 0.39 0.75 0.23
HSL 28.98º 0.6% 0.48% -
HSV(B) 28.98º 0.75% 0.77% -
XYZ 30.04 25.39 6.22 -
YUV 134.63 79.68 171.77 -
System Red Green Blue C M Y K H S L
Decimal 196 120 49 0 0.39 0.75 0.23 28.98 0.6 0.48
Hex C4 78 31 0 27 4B 17 1D 3C 30
Octal 304 170 61 0 47 113 27 35 74 60
Binary 11000100 1111000 110001 0 100111 1001011 10111 11101 111100 110000

Color Harmonies of #C47831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47831

Black with #C47831

Text Example


Text Example

White with #C47831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47831; }

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

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

background-color css

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

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

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

border-color css

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

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

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