Html Css Color HEX #4C2E34 Cab Sav

📋 copy color: '#4C2E34'

red 76 ◦ green 46 ◦ blue 52

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

Shades of Cab Sav #4C2E34

Tints of Cab Sav #4C2E34

RGB

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

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

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

R = 43.68%
G = 26.44%
B = 29.89%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.32

 K value IS 0.70

RGB Variations

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

Color information

#4C2E34 (or 0x4C2E34) is known color: Cab Sav. HEX triplet: 4C, 2E and 34. RGB value is (76,46,52). Sum of RGB (Red+Green+Blue) = 76+46+52=174 (23% of max value = 765). Red value is 76 (30.08% from 255 or 43.68% from 174); Green value is 46 (18.36% from 255 or 26.44% from 174); Blue value is 52 (20.70% from 255 or 29.89% from 174); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2E34 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2E34 is #B3D1CB. Grayscale: #373737. Windows color (decimal): -11784652 or 3419724. OLE color: 3419724.

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

Color convert

RGB 76 46 52 -
CMYK 0 0.39 0.32 0.70
HSL 348º 0.25% 0.24% -
HSV(B) 348º 0.39% 0.3% -
XYZ 4.58 3.74 3.73 -
YUV 55.65 125.94 142.51 -
System Red Green Blue C M Y K H S L
Decimal 76 46 52 0 0.39 0.32 0.70 348 0.25 0.24
Hex 4C 2E 34 0 27 20 46 15C 19 18
Octal 114 56 64 0 47 40 106 534 31 30
Binary 1001100 101110 110100 0 100111 100000 1000110 101011100 11001 11000

Color Harmonies of #4C2E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2E34

Black with #4C2E34

Text Example


Text Example

White with #4C2E34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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