Html Css Color HEX #4D3334 Cab Sav

📋 copy color: '#4D3334'

red 77 ◦ green 51 ◦ blue 52

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

Shades of Cab Sav #4D3334

Tints of Cab Sav #4D3334

RGB

 RED value IS 77 (30.47% from 255) = 42.78%

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

 BLUE value IS 52 (20.7% from 255) = 28.89%

R = 42.78%
G = 28.33%
B = 28.89%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.32

 K value IS 0.70

RGB Variations

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

Color information

#4D3334 (or 0x4D3334) is known color: Cab Sav. HEX triplet: 4D, 33 and 34. RGB value is (77,51,52). Sum of RGB (Red+Green+Blue) = 77+51+52=180 (23% of max value = 765). Red value is 77 (30.47% from 255 or 42.78% from 180); Green value is 51 (20.31% from 255 or 28.33% from 180); Blue value is 52 (20.70% from 255 or 28.89% from 180); Max value from RGB is 77 - color contains mainly: red. Hex color #4D3334 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D3334 is #B2CCCB. Grayscale: #3A3A3A. Windows color (decimal): -11717836 or 3421005. OLE color: 3421005.

HSL color Cylindrical-coordinate representation of color #4D3334: hue angle of 357.69º degrees, saturation: 0.2, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #4D3334 is Cyan = 0, Magento = 0.34, Yellow = 0.32 and Black (K on CMYK) = 0.70.

Color convert

RGB 77 51 52 -
CMYK 0 0.34 0.32 0.70
HSL 357.69º 0.2% 0.25% -
HSV(B) 357.69º 0.34% 0.3% -
XYZ 4.86 4.19 3.8 -
YUV 58.89 124.11 140.92 -
System Red Green Blue C M Y K H S L
Decimal 77 51 52 0 0.34 0.32 0.70 357.69 0.2 0.25
Hex 4D 33 34 0 22 20 46 166 14 19
Octal 115 63 64 0 42 40 106 546 24 31
Binary 1001101 110011 110100 0 100010 100000 1000110 101100110 10100 11001

Color Harmonies of #4D3334

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D3334

Black with #4D3334

Text Example


Text Example

White with #4D3334

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,51,52); }

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

background-color css

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

 a { background-color: rgb(77,51,52); }

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

border-color css

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

 span { border-color: rgb(77,51,52); }

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