Html Css Color HEX #4B4544 Crater Brown

📋 copy color: '#4B4544'

red 75 ◦ green 69 ◦ blue 68

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

Shades of Crater Brown #4B4544

Tints of Crater Brown #4B4544

RGB

 RED value IS 75 (29.69% from 255) = 35.38%

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

 BLUE value IS 68 (26.95% from 255) = 32.08%

R = 35.38%
G = 32.55%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.09

 K value IS 0.71

RGB Variations

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

Color information

#4B4544 (or 0x4B4544) is known color: Crater Brown. HEX triplet: 4B, 45 and 44. RGB value is (75,69,68). Sum of RGB (Red+Green+Blue) = 75+69+68=212 (28% of max value = 765). Red value is 75 (29.69% from 255 or 35.38% from 212); Green value is 69 (27.34% from 255 or 32.55% from 212); Blue value is 68 (26.95% from 255 or 32.08% from 212); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4544 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4544 is #B4BABB. Grayscale: #464646. Windows color (decimal): -11844284 or 4474187. OLE color: 4474187.

HSL color Cylindrical-coordinate representation of color #4B4544: hue angle of 8.57º degrees, saturation: 0.05, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.09%. Process color model (Four color, CMYK) of #4B4544 is Cyan = 0, Magento = 0.08, Yellow = 0.09 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 69 68 -
CMYK 0 0.08 0.09 0.71
HSL 8.57º 0.05% 0.28% -
HSV(B) 8.57º 0.09% 0.29% -
XYZ 6.07 6.17 6.34 -
YUV 70.68 126.49 131.08 -
System Red Green Blue C M Y K H S L
Decimal 75 69 68 0 0.08 0.09 0.71 8.57 0.05 0.28
Hex 4B 45 44 0 8 9 47 9 5 1C
Octal 113 105 104 0 10 11 107 11 5 34
Binary 1001011 1000101 1000100 0 1000 1001 1000111 1001 101 11100

Color Harmonies of #4B4544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4544

Black with #4B4544

Text Example


Text Example

White with #4B4544

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,69,68); }

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

background-color css

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

 a { background-color: rgb(75,69,68); }

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

border-color css

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

 span { border-color: rgb(75,69,68); }

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