Html Css Color HEX #4B4341 Crater Brown

📋 copy color: '#4B4341'

red 75 ◦ green 67 ◦ blue 65

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

Shades of Crater Brown #4B4341

Tints of Crater Brown #4B4341

RGB

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

 GREEN value IS 67 (26.56% from 255) = 32.37%

 BLUE value IS 65 (25.78% from 255) = 31.4%

R = 36.23%
G = 32.37%
B = 31.4%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.13

 K value IS 0.71

RGB Variations

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

Color information

#4B4341 (or 0x4B4341) is known color: Crater Brown. HEX triplet: 4B, 43 and 41. RGB value is (75,67,65). Sum of RGB (Red+Green+Blue) = 75+67+65=207 (27% of max value = 765). Red value is 75 (29.69% from 255 or 36.23% from 207); Green value is 67 (26.56% from 255 or 32.37% from 207); Blue value is 65 (25.78% from 255 or 31.40% from 207); Max value from RGB is 75 - color contains mainly: red. Hex color #4B4341 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B4341 is #B4BCBE. Grayscale: #454545. Windows color (decimal): -11844799 or 4277067. OLE color: 4277067.

HSL color Cylindrical-coordinate representation of color #4B4341: hue angle of 12º degrees, saturation: 0.07, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.13%. Process color model (Four color, CMYK) of #4B4341 is Cyan = 0, Magento = 0.11, Yellow = 0.13 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 67 65 -
CMYK 0 0.11 0.13 0.71
HSL 12º 0.07% 0.27% -
HSV(B) 12º 0.13% 0.29% -
XYZ 5.86 5.89 5.83 -
YUV 69.16 125.65 132.16 -
System Red Green Blue C M Y K H S L
Decimal 75 67 65 0 0.11 0.13 0.71 12 0.07 0.27
Hex 4B 43 41 0 B D 47 C 7 1B
Octal 113 103 101 0 13 15 107 14 7 33
Binary 1001011 1000011 1000001 0 1011 1101 1000111 1100 111 11011

Color Harmonies of #4B4341

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B4341

Black with #4B4341

Text Example


Text Example

White with #4B4341

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,67,65); }

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

background-color css

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

 a { background-color: rgb(75,67,65); }

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

border-color css

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

 span { border-color: rgb(75,67,65); }

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