Html Css Color HEX #4C2D32 Cab Sav

📋 copy color: '#4C2D32'

red 76 ◦ green 45 ◦ blue 50

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

Shades of Cab Sav #4C2D32

Tints of Cab Sav #4C2D32

RGB

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

 GREEN value IS 45 (17.97% from 255) = 26.32%

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

R = 44.44%
G = 26.32%
B = 29.24%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.34

 K value IS 0.70

RGB Variations

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

Color information

#4C2D32 (or 0x4C2D32) is known color: Cab Sav. HEX triplet: 4C, 2D and 32. RGB value is (76,45,50). Sum of RGB (Red+Green+Blue) = 76+45+50=171 (22% of max value = 765). Red value is 76 (30.08% from 255 or 44.44% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 50 (19.92% from 255 or 29.24% from 171); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2D32 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2D32 is #B3D2CD. Grayscale: #363636. Windows color (decimal): -11784910 or 3288396. OLE color: 3288396.

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

Color convert

RGB 76 45 50 -
CMYK 0 0.41 0.34 0.70
HSL 350.32º 0.26% 0.24% -
HSV(B) 350.32º 0.41% 0.3% -
XYZ 4.49 3.64 3.48 -
YUV 54.84 125.27 143.09 -
System Red Green Blue C M Y K H S L
Decimal 76 45 50 0 0.41 0.34 0.70 350.32 0.26 0.24
Hex 4C 2D 32 0 29 22 46 15E 1A 18
Octal 114 55 62 0 51 42 106 536 32 30
Binary 1001100 101101 110010 0 101001 100010 1000110 101011110 11010 11000

Color Harmonies of #4C2D32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2D32

Black with #4C2D32

Text Example


Text Example

White with #4C2D32

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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