Html Css Color HEX #4B2E33 Cab Sav

📋 copy color: '#4B2E33'

red 75 ◦ green 46 ◦ blue 51

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

Shades of Cab Sav #4B2E33

Tints of Cab Sav #4B2E33

RGB

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

 GREEN value IS 46 (18.36% from 255) = 26.74%

 BLUE value IS 51 (20.31% from 255) = 29.65%

R = 43.6%
G = 26.74%
B = 29.65%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#4B2E33 (or 0x4B2E33) is known color: Cab Sav. HEX triplet: 4B, 2E and 33. RGB value is (75,46,51). Sum of RGB (Red+Green+Blue) = 75+46+51=172 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.60% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 51 (20.31% from 255 or 29.65% from 172); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2E33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2E33 is #B4D1CC. Grayscale: #373737. Windows color (decimal): -11850189 or 3354187. OLE color: 3354187.

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

Color convert

RGB 75 46 51 -
CMYK 0 0.39 0.32 0.71
HSL 349.66º 0.24% 0.24% -
HSV(B) 349.66º 0.39% 0.29% -
XYZ 4.48 3.69 3.61 -
YUV 55.24 125.61 142.09 -
System Red Green Blue C M Y K H S L
Decimal 75 46 51 0 0.39 0.32 0.71 349.66 0.24 0.24
Hex 4B 2E 33 0 27 20 47 15E 18 18
Octal 113 56 63 0 47 40 107 536 30 30
Binary 1001011 101110 110011 0 100111 100000 1000111 101011110 11000 11000

Color Harmonies of #4B2E33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2E33

Black with #4B2E33

Text Example


Text Example

White with #4B2E33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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