Html Css Color HEX #C47530 Meteor

📋 copy color: '#C47530'

red 196 ◦ green 117 ◦ blue 48

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

Shades of Meteor #C47530

Tints of Meteor #C47530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 13.3%

R = 54.29%
G = 32.41%
B = 13.3%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.76

 K value IS 0.23

RGB Variations

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

Color information

#C47530 (or 0xC47530) is known color: Meteor. HEX triplet: C4, 75 and 30. RGB value is (196,117,48). Sum of RGB (Red+Green+Blue) = 196+117+48=361 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.29% from 361); Green value is 117 (46.09% from 255 or 32.41% from 361); Blue value is 48 (19.14% from 255 or 13.30% from 361); Max value from RGB is 196 - color contains mainly: red. Hex color #C47530 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C47530 is #3B8ACF. Grayscale: #858585. Windows color (decimal): -3902160 or 3175876. OLE color: 3175876.

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

Color convert

RGB 196 117 48 -
CMYK 0 0.40 0.76 0.23
HSL 27.97º 0.61% 0.48% -
HSV(B) 27.97º 0.76% 0.77% -
XYZ 29.66 24.67 6 -
YUV 132.76 80.17 173.11 -
System Red Green Blue C M Y K H S L
Decimal 196 117 48 0 0.40 0.76 0.23 27.97 0.61 0.48
Hex C4 75 30 0 28 4C 17 1C 3D 30
Octal 304 165 60 0 50 114 27 34 75 60
Binary 11000100 1110101 110000 0 101000 1001100 10111 11100 111101 110000

Color Harmonies of #C47530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C47530

Black with #C47530

Text Example


Text Example

White with #C47530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C47530; }

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

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

background-color css

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

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

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

border-color css

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

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

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