Html Css Color HEX #4C2B32 Cab Sav

📋 copy color: '#4C2B32'

red 76 ◦ green 43 ◦ blue 50

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

Shades of Cab Sav #4C2B32

Tints of Cab Sav #4C2B32

RGB

 RED value IS 76 (30.08% from 255) = 44.97%

 GREEN value IS 43 (17.19% from 255) = 25.44%

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

R = 44.97%
G = 25.44%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.34

 K value IS 0.70

RGB Variations

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

Color information

#4C2B32 (or 0x4C2B32) is known color: Cab Sav. HEX triplet: 4C, 2B and 32. RGB value is (76,43,50). Sum of RGB (Red+Green+Blue) = 76+43+50=169 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.97% from 169); Green value is 43 (17.19% from 255 or 25.44% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2B32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2B32 is #B3D4CD. Grayscale: #353535. Windows color (decimal): -11785422 or 3287884. OLE color: 3287884.

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

Color convert

RGB 76 43 50 -
CMYK 0 0.43 0.34 0.70
HSL 347.27º 0.28% 0.23% -
HSV(B) 347.27º 0.43% 0.3% -
XYZ 4.42 3.49 3.46 -
YUV 53.67 125.93 143.93 -
System Red Green Blue C M Y K H S L
Decimal 76 43 50 0 0.43 0.34 0.70 347.27 0.28 0.23
Hex 4C 2B 32 0 2B 22 46 15B 1C 17
Octal 114 53 62 0 53 42 106 533 34 27
Binary 1001100 101011 110010 0 101011 100010 1000110 101011011 11100 10111

Color Harmonies of #4C2B32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2B32

Black with #4C2B32

Text Example


Text Example

White with #4C2B32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,43,50); }

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

background-color css

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

 a { background-color: rgb(76,43,50); }

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

border-color css

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

 span { border-color: rgb(76,43,50); }

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