Html Css Color HEX #4B333D Barossa

📋 copy color: '#4B333D'

red 75 ◦ green 51 ◦ blue 61

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

Shades of Barossa #4B333D

Tints of Barossa #4B333D

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.27%

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

R = 40.11%
G = 27.27%
B = 32.62%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.19

 K value IS 0.71

RGB Variations

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

Color information

#4B333D (or 0x4B333D) is known color: Barossa. HEX triplet: 4B, 33 and 3D. RGB value is (75,51,61). Sum of RGB (Red+Green+Blue) = 75+51+61=187 (24% of max value = 765). Red value is 75 (29.69% from 255 or 40.11% from 187); Green value is 51 (20.31% from 255 or 27.27% from 187); Blue value is 61 (24.22% from 255 or 32.62% from 187); Max value from RGB is 75 - color contains mainly: red. Hex color #4B333D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B333D is #B4CCC2. Grayscale: #3B3B3B. Windows color (decimal): -11848899 or 4010827. OLE color: 4010827.

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

Color convert

RGB 75 51 61 -
CMYK 0 0.32 0.19 0.71
HSL 335º 0.19% 0.25% -
HSV(B) 335º 0.32% 0.29% -
XYZ 4.93 4.2 4.97 -
YUV 59.32 128.95 139.19 -
System Red Green Blue C M Y K H S L
Decimal 75 51 61 0 0.32 0.19 0.71 335 0.19 0.25
Hex 4B 33 3D 0 20 13 47 14F 13 19
Octal 113 63 75 0 40 23 107 517 23 31
Binary 1001011 110011 111101 0 100000 10011 1000111 101001111 10011 11001

Color Harmonies of #4B333D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B333D

Black with #4B333D

Text Example


Text Example

White with #4B333D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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