Html Css Color HEX #4B2F33 Cab Sav

📋 copy color: '#4B2F33'

red 75 ◦ green 47 ◦ blue 51

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

Shades of Cab Sav #4B2F33

Tints of Cab Sav #4B2F33

RGB

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

 GREEN value IS 47 (18.75% from 255) = 27.17%

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

R = 43.35%
G = 27.17%
B = 29.48%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.32

 K value IS 0.71

RGB Variations

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

Color information

#4B2F33 (or 0x4B2F33) is known color: Cab Sav. HEX triplet: 4B, 2F and 33. RGB value is (75,47,51). Sum of RGB (Red+Green+Blue) = 75+47+51=173 (22% of max value = 765). Red value is 75 (29.69% from 255 or 43.35% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 51 (20.31% from 255 or 29.48% from 173); Max value from RGB is 75 - color contains mainly: red. Hex color #4B2F33 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B2F33 is #B4D0CC. Grayscale: #373737. Windows color (decimal): -11849933 or 3354443. OLE color: 3354443.

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

Color convert

RGB 75 47 51 -
CMYK 0 0.37 0.32 0.71
HSL 351.43º 0.23% 0.24% -
HSV(B) 351.43º 0.37% 0.29% -
XYZ 4.52 3.77 3.62 -
YUV 55.83 125.28 141.67 -
System Red Green Blue C M Y K H S L
Decimal 75 47 51 0 0.37 0.32 0.71 351.43 0.23 0.24
Hex 4B 2F 33 0 25 20 47 15F 17 18
Octal 113 57 63 0 45 40 107 537 27 30
Binary 1001011 101111 110011 0 100101 100000 1000111 101011111 10111 11000

Color Harmonies of #4B2F33

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B2F33

Black with #4B2F33

Text Example


Text Example

White with #4B2F33

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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