Html Css Color HEX #4B3941 Barossa

📋 copy color: '#4B3941'

red 75 ◦ green 57 ◦ blue 65

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

Shades of Barossa #4B3941

Tints of Barossa #4B3941

RGB

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

 GREEN value IS 57 (22.66% from 255) = 28.93%

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

R = 38.07%
G = 28.93%
B = 32.99%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.13

 K value IS 0.71

RGB Variations

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

Color information

#4B3941 (or 0x4B3941) is known color: Barossa. HEX triplet: 4B, 39 and 41. RGB value is (75,57,65). Sum of RGB (Red+Green+Blue) = 75+57+65=197 (26% of max value = 765). Red value is 75 (29.69% from 255 or 38.07% from 197); Green value is 57 (22.66% from 255 or 28.93% from 197); Blue value is 65 (25.78% from 255 or 32.99% from 197); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3941 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3941 is #B4C6BE. Grayscale: #3F3F3F. Windows color (decimal): -11847359 or 4274507. OLE color: 4274507.

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

Color convert

RGB 75 57 65 -
CMYK 0 0.24 0.13 0.71
HSL 333.33º 0.14% 0.26% -
HSV(B) 333.33º 0.24% 0.29% -
XYZ 5.32 4.8 5.65 -
YUV 63.29 128.96 136.35 -
System Red Green Blue C M Y K H S L
Decimal 75 57 65 0 0.24 0.13 0.71 333.33 0.14 0.26
Hex 4B 39 41 0 18 D 47 14D E 1A
Octal 113 71 101 0 30 15 107 515 16 32
Binary 1001011 111001 1000001 0 11000 1101 1000111 101001101 1110 11010

Color Harmonies of #4B3941

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3941

Black with #4B3941

Text Example


Text Example

White with #4B3941

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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