Html Css Color HEX #4C4543 Crater Brown

📋 copy color: '#4C4543'

red 76 ◦ green 69 ◦ blue 67

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

Shades of Crater Brown #4C4543

Tints of Crater Brown #4C4543

RGB

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

 GREEN value IS 69 (27.34% from 255) = 32.55%

 BLUE value IS 67 (26.56% from 255) = 31.6%

R = 35.85%
G = 32.55%
B = 31.6%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.12

 K value IS 0.70

RGB Variations

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

Color information

#4C4543 (or 0x4C4543) is known color: Crater Brown. HEX triplet: 4C, 45 and 43. RGB value is (76,69,67). Sum of RGB (Red+Green+Blue) = 76+69+67=212 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.85% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 67 (26.56% from 255 or 31.60% from 212); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4543 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4543 is #B3BABC. Grayscale: #464646. Windows color (decimal): -11778749 or 4408652. OLE color: 4408652.

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

Color convert

RGB 76 69 67 -
CMYK 0 0.09 0.12 0.70
HSL 13.33º 0.06% 0.28% -
HSV(B) 13.33º 0.12% 0.3% -
XYZ 6.12 6.2 6.18 -
YUV 70.87 125.82 131.66 -
System Red Green Blue C M Y K H S L
Decimal 76 69 67 0 0.09 0.12 0.70 13.33 0.06 0.28
Hex 4C 45 43 0 9 C 46 D 6 1C
Octal 114 105 103 0 11 14 106 15 6 34
Binary 1001100 1000101 1000011 0 1001 1100 1000110 1101 110 11100

Color Harmonies of #4C4543

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4543

Black with #4C4543

Text Example


Text Example

White with #4C4543

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,69,67); }

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

background-color css

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

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

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

border-color css

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

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

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