Html Css Color HEX #C4752B Meteor

📋 copy color: '#C4752B'

red 196 ◦ green 117 ◦ blue 43

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

Shades of Meteor #C4752B

Tints of Meteor #C4752B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.08%

R = 55.06%
G = 32.87%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.78

 K value IS 0.23

RGB Variations

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

Color information

#C4752B (or 0xC4752B) is known color: Meteor. HEX triplet: C4, 75 and 2B. RGB value is (196,117,43). Sum of RGB (Red+Green+Blue) = 196+117+43=356 (47% of max value = 765). Red value is 196 (76.95% from 255 or 55.06% from 356); Green value is 117 (46.09% from 255 or 32.87% from 356); Blue value is 43 (17.19% from 255 or 12.08% from 356); Max value from RGB is 196 - color contains mainly: red. Hex color #C4752B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #C4752B is #3B8AD4. Grayscale: #848484. Windows color (decimal): -3902165 or 2848196. OLE color: 2848196.

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

Color convert

RGB 196 117 43 -
CMYK 0 0.40 0.78 0.23
HSL 29.02º 0.64% 0.47% -
HSV(B) 29.02º 0.78% 0.77% -
XYZ 29.56 24.63 5.48 -
YUV 132.19 77.67 173.52 -
System Red Green Blue C M Y K H S L
Decimal 196 117 43 0 0.40 0.78 0.23 29.02 0.64 0.47
Hex C4 75 2B 0 28 4E 17 1D 40 2F
Octal 304 165 53 0 50 116 27 35 100 57
Binary 11000100 1110101 101011 0 101000 1001110 10111 11101 1000000 101111

Color Harmonies of #C4752B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4752B

Black with #C4752B

Text Example


Text Example

White with #C4752B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4752B; }

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

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

background-color css

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

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

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

border-color css

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

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

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