Html Css Color HEX #C47632 Meteor

📋 copy color: '#C47632'

red 196 ◦ green 118 ◦ blue 50

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

Shades of Meteor #C47632

Tints of Meteor #C47632

RGB

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

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

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

R = 53.85%
G = 32.42%
B = 13.74%

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

#C47632 (or 0xC47632) is known color: Meteor. HEX triplet: C4, 76 and 32. RGB value is (196,118,50). Sum of RGB (Red+Green+Blue) = 196+118+50=364 (48% of max value = 765). Red value is 196 (76.95% from 255 or 53.85% from 364); Green value is 118 (46.48% from 255 or 32.42% from 364); Blue value is 50 (19.92% from 255 or 13.74% from 364); Max value from RGB is 196 - color contains mainly: red. Hex color #C47632 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47632 is #3B89CD. Grayscale: #858585. Windows color (decimal): -3901902 or 3307204. OLE color: 3307204.

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

Color convert

RGB 196 118 50 -
CMYK 0 0.40 0.74 0.23
HSL 27.95º 0.59% 0.48% -
HSV(B) 27.95º 0.74% 0.77% -
XYZ 29.82 24.92 6.26 -
YUV 133.57 80.84 172.53 -
System Red Green Blue C M Y K H S L
Decimal 196 118 50 0 0.40 0.74 0.23 27.95 0.59 0.48
Hex C4 76 32 0 28 4A 17 1C 3B 30
Octal 304 166 62 0 50 112 27 34 73 60
Binary 11000100 1110110 110010 0 101000 1001010 10111 11100 111011 110000

Color Harmonies of #C47632

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47632

Black with #C47632

Text Example


Text Example

White with #C47632

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47632; }

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

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

background-color css

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

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

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

border-color css

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

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

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