Html Css Color HEX #C4752F Meteor

📋 copy color: '#C4752F'

red 196 ◦ green 117 ◦ blue 47

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

Shades of Meteor #C4752F

Tints of Meteor #C4752F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 13.06%

R = 54.44%
G = 32.5%
B = 13.06%

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

#C4752F (or 0xC4752F) is known color: Meteor. HEX triplet: C4, 75 and 2F. RGB value is (196,117,47). Sum of RGB (Red+Green+Blue) = 196+117+47=360 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.44% from 360); Green value is 117 (46.09% from 255 or 32.5% from 360); Blue value is 47 (18.75% from 255 or 13.06% from 360); Max value from RGB is 196 - color contains mainly: red. Hex color #C4752F is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4752F is #3B8AD0. Grayscale: #858585. Windows color (decimal): -3902161 or 3110340. OLE color: 3110340.

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

Color convert

RGB 196 117 47 -
CMYK 0 0.40 0.76 0.23
HSL 28.19º 0.61% 0.48% -
HSV(B) 28.19º 0.76% 0.77% -
XYZ 29.64 24.66 5.89 -
YUV 132.64 79.67 173.19 -
System Red Green Blue C M Y K H S L
Decimal 196 117 47 0 0.40 0.76 0.23 28.19 0.61 0.48
Hex C4 75 2F 0 28 4C 17 1C 3D 30
Octal 304 165 57 0 50 114 27 34 75 60
Binary 11000100 1110101 101111 0 101000 1001100 10111 11100 111101 110000

Color Harmonies of #C4752F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4752F

Black with #C4752F

Text Example


Text Example

White with #C4752F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4752F; }

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

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

background-color css

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

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

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

border-color css

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

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

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