Html Css Color HEX #4C2E32 Cab Sav

📋 copy color: '#4C2E32'

red 76 ◦ green 46 ◦ blue 50

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

Shades of Cab Sav #4C2E32

Tints of Cab Sav #4C2E32

RGB

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

 GREEN value IS 46 (18.36% from 255) = 26.74%

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

R = 44.19%
G = 26.74%
B = 29.07%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.34

 K value IS 0.70

RGB Variations

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

Color information

#4C2E32 (or 0x4C2E32) is known color: Cab Sav. HEX triplet: 4C, 2E and 32. RGB value is (76,46,50). Sum of RGB (Red+Green+Blue) = 76+46+50=172 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.19% from 172); Green value is 46 (18.36% from 255 or 26.74% from 172); Blue value is 50 (19.92% from 255 or 29.07% from 172); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2E32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2E32 is #B3D1CD. Grayscale: #373737. Windows color (decimal): -11784654 or 3288652. OLE color: 3288652.

HSL color Cylindrical-coordinate representation of color #4C2E32: hue angle of 352º degrees, saturation: 0.25, 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 #4C2E32 is Cyan = 0, Magento = 0.39, Yellow = 0.34 and Black (K on CMYK) = 0.70.

Color convert

RGB 76 46 50 -
CMYK 0 0.39 0.34 0.70
HSL 352º 0.25% 0.24% -
HSV(B) 352º 0.39% 0.3% -
XYZ 4.53 3.72 3.5 -
YUV 55.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 76 46 50 0 0.39 0.34 0.70 352 0.25 0.24
Hex 4C 2E 32 0 27 22 46 160 19 18
Octal 114 56 62 0 47 42 106 540 31 30
Binary 1001100 101110 110010 0 100111 100010 1000110 101100000 11001 11000

Color Harmonies of #4C2E32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2E32

Black with #4C2E32

Text Example


Text Example

White with #4C2E32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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