Html Css Color HEX #4B3335 Cab Sav

📋 copy color: '#4B3335'

red 75 ◦ green 51 ◦ blue 53

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

Shades of Cab Sav #4B3335

Tints of Cab Sav #4B3335

RGB

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

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

 BLUE value IS 53 (21.09% from 255) = 29.61%

R = 41.9%
G = 28.49%
B = 29.61%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.29

 K value IS 0.71

RGB Variations

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

Color information

#4B3335 (or 0x4B3335) is known color: Cab Sav. HEX triplet: 4B, 33 and 35. RGB value is (75,51,53). Sum of RGB (Red+Green+Blue) = 75+51+53=179 (23% of max value = 765). Red value is 75 (29.69% from 255 or 41.90% from 179); Green value is 51 (20.31% from 255 or 28.49% from 179); Blue value is 53 (21.09% from 255 or 29.61% from 179); Max value from RGB is 75 - color contains mainly: red. Hex color #4B3335 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4B3335 is #B4CCCA. Grayscale: #3A3A3A. Windows color (decimal): -11848907 or 3486539. OLE color: 3486539.

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

Color convert

RGB 75 51 53 -
CMYK 0 0.32 0.29 0.71
HSL 355º 0.19% 0.25% -
HSV(B) 355º 0.32% 0.29% -
XYZ 4.73 4.12 3.91 -
YUV 58.4 124.95 139.84 -
System Red Green Blue C M Y K H S L
Decimal 75 51 53 0 0.32 0.29 0.71 355 0.19 0.25
Hex 4B 33 35 0 20 1D 47 163 13 19
Octal 113 63 65 0 40 35 107 543 23 31
Binary 1001011 110011 110101 0 100000 11101 1000111 101100011 10011 11001

Color Harmonies of #4B3335

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4B3335

Black with #4B3335

Text Example


Text Example

White with #4B3335

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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