Html Css Color HEX #C4752D Meteor

📋 copy color: '#C4752D'

red 196 ◦ green 117 ◦ blue 45

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

Shades of Meteor #C4752D

Tints of Meteor #C4752D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.57%

R = 54.75%
G = 32.68%
B = 12.57%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.77

 K value IS 0.23

RGB Variations

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

Color information

#C4752D (or 0xC4752D) is known color: Meteor. HEX triplet: C4, 75 and 2D. RGB value is (196,117,45). Sum of RGB (Red+Green+Blue) = 196+117+45=358 (47% of max value = 765). Red value is 196 (76.95% from 255 or 54.75% from 358); Green value is 117 (46.09% from 255 or 32.68% from 358); Blue value is 45 (17.97% from 255 or 12.57% from 358); Max value from RGB is 196 - color contains mainly: red. Hex color #C4752D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4752D is #3B8AD2. Grayscale: #848484. Windows color (decimal): -3902163 or 2979268. OLE color: 2979268.

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

Color convert

RGB 196 117 45 -
CMYK 0 0.40 0.77 0.23
HSL 28.61º 0.63% 0.47% -
HSV(B) 28.61º 0.77% 0.77% -
XYZ 29.6 24.65 5.68 -
YUV 132.41 78.67 173.35 -
System Red Green Blue C M Y K H S L
Decimal 196 117 45 0 0.40 0.77 0.23 28.61 0.63 0.47
Hex C4 75 2D 0 28 4D 17 1D 3F 2F
Octal 304 165 55 0 50 115 27 35 77 57
Binary 11000100 1110101 101101 0 101000 1001101 10111 11101 111111 101111

Color Harmonies of #C4752D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4752D

Black with #C4752D

Text Example


Text Example

White with #C4752D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4752D; }

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

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

background-color css

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

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

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

border-color css

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

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

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