Html Css Color HEX #4B3A40 Barossa

📋 copy color: '#4B3A40'

red 75 ◦ green 58 ◦ blue 64

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

Shades of Barossa #4B3A40

Tints of Barossa #4B3A40

RGB

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

 GREEN value IS 58 (23.05% from 255) = 29.44%

 BLUE value IS 64 (25.39% from 255) = 32.49%

R = 38.07%
G = 29.44%
B = 32.49%

CMYK

 C value IS 0

 M value IS 0.23

 Y value IS 0.15

 K value IS 0.71

RGB Variations

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

Color information

#4B3A40 (or 0x4B3A40) is known color: Barossa. HEX triplet: 4B, 3A and 40. RGB value is (75,58,64). Sum of RGB (Red+Green+Blue) = 75+58+64=197 (26% of max value = 765). Red value is 75 (29.69% from 255 or 38.07% from 197); Green value is 58 (23.05% from 255 or 29.44% from 197); Blue value is 64 (25.39% from 255 or 32.49% from 197); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3A40 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3A40 is #B4C5BF. Grayscale: #3F3F3F. Windows color (decimal): -11847104 or 4209227. OLE color: 4209227.

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

Color convert

RGB 75 58 64 -
CMYK 0 0.23 0.15 0.71
HSL 338.82º 0.13% 0.26% -
HSV(B) 338.82º 0.23% 0.29% -
XYZ 5.34 4.89 5.51 -
YUV 63.77 128.13 136.01 -
System Red Green Blue C M Y K H S L
Decimal 75 58 64 0 0.23 0.15 0.71 338.82 0.13 0.26
Hex 4B 3A 40 0 17 F 47 153 D 1A
Octal 113 72 100 0 27 17 107 523 15 32
Binary 1001011 111010 1000000 0 10111 1111 1000111 101010011 1101 11010

Color Harmonies of #4B3A40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3A40

Black with #4B3A40

Text Example


Text Example

White with #4B3A40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,58,64); }

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

background-color css

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

 a { background-color: rgb(75,58,64); }

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

border-color css

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

 span { border-color: rgb(75,58,64); }

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