Html Css Color HEX #4B3336 Cab Sav

📋 copy color: '#4B3336'

red 75 ◦ green 51 ◦ blue 54

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

Shades of Cab Sav #4B3336

Tints of Cab Sav #4B3336

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 30%

R = 41.67%
G = 28.33%
B = 30%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.28

 K value IS 0.71

RGB Variations

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

Color information

#4B3336 (or 0x4B3336) is known color: Cab Sav. HEX triplet: 4B, 33 and 36. RGB value is (75,51,54). Sum of RGB (Red+Green+Blue) = 75+51+54=180 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.67% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 54 (21.48% from 255 or 30% from 180); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3336 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3336 is #B4CCC9. Grayscale: #3A3A3A. Windows color (decimal): -11848906 or 3552075. OLE color: 3552075.

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

Color convert

RGB 75 51 54 -
CMYK 0 0.32 0.28 0.71
HSL 352.5º 0.19% 0.25% -
HSV(B) 352.5º 0.32% 0.29% -
XYZ 4.75 4.13 4.04 -
YUV 58.52 125.45 139.76 -
System Red Green Blue C M Y K H S L
Decimal 75 51 54 0 0.32 0.28 0.71 352.5 0.19 0.25
Hex 4B 33 36 0 20 1C 47 160 13 19
Octal 113 63 66 0 40 34 107 540 23 31
Binary 1001011 110011 110110 0 100000 11100 1000111 101100000 10011 11001

Color Harmonies of #4B3336

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3336

Black with #4B3336

Text Example


Text Example

White with #4B3336

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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