Html Css Color HEX #4C3F3F Crater Brown

📋 copy color: '#4C3F3F'

red 76 ◦ green 63 ◦ blue 63

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

Shades of Crater Brown #4C3F3F

Tints of Crater Brown #4C3F3F

RGB

 RED value IS 76 (30.08% from 255) = 37.62%

 GREEN value IS 63 (25% from 255) = 31.19%

 BLUE value IS 63 (25% from 255) = 31.19%

R = 37.62%
G = 31.19%
B = 31.19%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.70

RGB Variations

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

Color information

#4C3F3F (or 0x4C3F3F) is known color: Crater Brown. HEX triplet: 4C, 3F and 3F. RGB value is (76,63,63). Sum of RGB (Red+Green+Blue) = 76+63+63=202 (26% of max value = 765). Red value is 76 (30.08% from 255 or 37.62% from 202); Green value is 63 (25% from 255 or 31.19% from 202); Blue value is 63 (25% from 255 or 31.19% from 202); Max value from RGB is 76 - color contains mainly: red. Hex color #4C3F3F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C3F3F is #B3C0C0. Grayscale: #424242. Windows color (decimal): -11780289 or 4144972. OLE color: 4144972.

HSL color Cylindrical-coordinate representation of color #4C3F3F: hue angle of 0º degrees, saturation: 0.09, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #4C3F3F is Cyan = 0, Magento = 0.17, Yellow = 0.17 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 63 63 -
CMYK 0 0.17 0.17 0.70
HSL 0.09% 0.27% -
HSV(B) 0.17% 0.3% -
XYZ 5.66 5.45 5.46 -
YUV 66.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 76 63 63 0 0.17 0.17 0.70 0 0.09 0.27
Hex 4C 3F 3F 0 11 11 46 0 9 1B
Octal 114 77 77 0 21 21 106 0 11 33
Binary 1001100 111111 111111 0 10001 10001 1000110 0 1001 11011

Color Harmonies of #4C3F3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C3F3F

Black with #4C3F3F

Text Example


Text Example

White with #4C3F3F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4C3F3F; }

 p { color: rgb(76,63,63); }

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

background-color css

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

 a { background-color: rgb(76,63,63); }

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

border-color css

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

 span { border-color: rgb(76,63,63); }

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