Html Css Color HEX #4D2F32 Cab Sav

📋 copy color: '#4D2F32'

red 77 ◦ green 47 ◦ blue 50

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

Shades of Cab Sav #4D2F32

Tints of Cab Sav #4D2F32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 28.74%

R = 44.25%
G = 27.01%
B = 28.74%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.35

 K value IS 0.70

RGB Variations

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

Color information

#4D2F32 (or 0x4D2F32) is known color: Cab Sav. HEX triplet: 4D, 2F and 32. RGB value is (77,47,50). Sum of RGB (Red+Green+Blue) = 77+47+50=174 (23% of max value = 765). Red value is 77 (30.47% from 255 or 44.25% from 174); Green value is 47 (18.75% from 255 or 27.01% from 174); Blue value is 50 (19.92% from 255 or 28.74% from 174); Max value from RGB is 77 - color contains mainly: red. Hex color #4D2F32 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4D2F32 is #B2D0CD. Grayscale: #383838. Windows color (decimal): -11718862 or 3288909. OLE color: 3288909.

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

Color convert

RGB 77 47 50 -
CMYK 0 0.39 0.35 0.70
HSL 354º 0.24% 0.24% -
HSV(B) 354º 0.39% 0.3% -
XYZ 4.65 3.84 3.51 -
YUV 56.31 124.44 142.76 -
System Red Green Blue C M Y K H S L
Decimal 77 47 50 0 0.39 0.35 0.70 354 0.24 0.24
Hex 4D 2F 32 0 27 23 46 162 18 18
Octal 115 57 62 0 47 43 106 542 30 30
Binary 1001101 101111 110010 0 100111 100011 1000110 101100010 11000 11000

Color Harmonies of #4D2F32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4D2F32

Black with #4D2F32

Text Example


Text Example

White with #4D2F32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,47,50); }

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

background-color css

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

 a { background-color: rgb(77,47,50); }

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

border-color css

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

 span { border-color: rgb(77,47,50); }

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