Html Css Color HEX #4B3943 Barossa

📋 copy color: '#4B3943'

red 75 ◦ green 57 ◦ blue 67

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

Shades of Barossa #4B3943

Tints of Barossa #4B3943

RGB

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

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

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

R = 37.69%
G = 28.64%
B = 33.67%

CMYK

 C value IS 0

 M value IS 0.24

 Y value IS 0.11

 K value IS 0.71

RGB Variations

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

Color information

#4B3943 (or 0x4B3943) is known color: Barossa. HEX triplet: 4B, 39 and 43. RGB value is (75,57,67). Sum of RGB (Red+Green+Blue) = 75+57+67=199 (26% of max value = 765). Red value is 75 (29.69% from 255 or 37.69% from 199); Green value is 57 (22.66% from 255 or 28.64% from 199); Blue value is 67 (26.56% from 255 or 33.67% from 199); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3943 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3943 is #B4C6BC. Grayscale: #3F3F3F. Windows color (decimal): -11847357 or 4405579. OLE color: 4405579.

HSL color Cylindrical-coordinate representation of color #4B3943: hue angle of 326.67º 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 #4B3943 is Cyan = 0, Magento = 0.24, Yellow = 0.11 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 57 67 -
CMYK 0 0.24 0.11 0.71
HSL 326.67º 0.14% 0.26% -
HSV(B) 326.67º 0.24% 0.29% -
XYZ 5.38 4.83 5.96 -
YUV 63.52 129.96 136.19 -
System Red Green Blue C M Y K H S L
Decimal 75 57 67 0 0.24 0.11 0.71 326.67 0.14 0.26
Hex 4B 39 43 0 18 B 47 147 E 1A
Octal 113 71 103 0 30 13 107 507 16 32
Binary 1001011 111001 1000011 0 11000 1011 1000111 101000111 1110 11010

Color Harmonies of #4B3943

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3943

Black with #4B3943

Text Example


Text Example

White with #4B3943

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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