Html Css Color HEX #C47532 Meteor

📋 copy color: '#C47532'

red 196 ◦ green 117 ◦ blue 50

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

Shades of Meteor #C47532

Tints of Meteor #C47532

RGB

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

 GREEN value IS 117 (46.09% from 255) = 32.23%

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

R = 53.99%
G = 32.23%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.74

 K value IS 0.23

RGB Variations

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

Color information

#C47532 (or 0xC47532) is known color: Meteor. HEX triplet: C4, 75 and 32. RGB value is (196,117,50). Sum of RGB (Red+Green+Blue) = 196+117+50=363 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.99% from 363); Green value is 117 (46.09% from 255 or 32.23% from 363); Blue value is 50 (19.92% from 255 or 13.77% from 363); Max value from RGB is 196 - color contains mainly: red. Hex color #C47532 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47532 is #3B8ACD. Grayscale: #858585. Windows color (decimal): -3902158 or 3306948. OLE color: 3306948.

HSL color Cylindrical-coordinate representation of color #C47532: hue angle of 27.53º degrees, saturation: 0.59, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #C47532 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 117 50 -
CMYK 0 0.40 0.74 0.23
HSL 27.53º 0.59% 0.48% -
HSV(B) 27.53º 0.74% 0.77% -
XYZ 29.7 24.69 6.22 -
YUV 132.98 81.17 172.95 -
System Red Green Blue C M Y K H S L
Decimal 196 117 50 0 0.40 0.74 0.23 27.53 0.59 0.48
Hex C4 75 32 0 28 4A 17 1C 3B 30
Octal 304 165 62 0 50 112 27 34 73 60
Binary 11000100 1110101 110010 0 101000 1001010 10111 11100 111011 110000

Color Harmonies of #C47532

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47532

Black with #C47532

Text Example


Text Example

White with #C47532

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47532; }

 p { color: rgb(196,117,50); }

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

background-color css

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

 a { background-color: rgb(196,117,50); }

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

border-color css

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

 span { border-color: rgb(196,117,50); }

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