Html Css Color HEX #4B343D Barossa

📋 copy color: '#4B343D'

red 75 ◦ green 52 ◦ blue 61

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

Shades of Barossa #4B343D

Tints of Barossa #4B343D

RGB

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

 GREEN value IS 52 (20.7% from 255) = 27.66%

 BLUE value IS 61 (24.22% from 255) = 32.45%

R = 39.89%
G = 27.66%
B = 32.45%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#4B343D (or 0x4B343D) is known color: Barossa. HEX triplet: 4B, 34 and 3D. RGB value is (75,52,61). Sum of RGB (Red+Green+Blue) = 75+52+61=188 (24% of max value = 765). Red value is 75 (29.69% from 255 or 39.89% from 188); Green value is 52 (20.70% from 255 or 27.66% from 188); Blue value is 61 (24.22% from 255 or 32.45% from 188); Max value from RGB is 75 - color contains mainly: red. Hex color #4B343D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B343D is #B4CBC2. Grayscale: #3B3B3B. Windows color (decimal): -11848643 or 4011083. OLE color: 4011083.

HSL color Cylindrical-coordinate representation of color #4B343D: hue angle of 336.52º degrees, saturation: 0.18, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #4B343D is Cyan = 0, Magento = 0.31, Yellow = 0.19 and Black (K on CMYK) = 0.71.

Color convert

RGB 75 52 61 -
CMYK 0 0.31 0.19 0.71
HSL 336.52º 0.18% 0.25% -
HSV(B) 336.52º 0.31% 0.29% -
XYZ 4.97 4.29 4.98 -
YUV 59.9 128.62 138.77 -
System Red Green Blue C M Y K H S L
Decimal 75 52 61 0 0.31 0.19 0.71 336.52 0.18 0.25
Hex 4B 34 3D 0 1F 13 47 151 12 19
Octal 113 64 75 0 37 23 107 521 22 31
Binary 1001011 110100 111101 0 11111 10011 1000111 101010001 10010 11001

Color Harmonies of #4B343D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B343D

Black with #4B343D

Text Example


Text Example

White with #4B343D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(75,52,61); }

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

background-color css

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

 a { background-color: rgb(75,52,61); }

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

border-color css

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

 span { border-color: rgb(75,52,61); }

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