Html Css Color HEX #4C2930 Cab Sav

📋 copy color: '#4C2930'

red 76 ◦ green 41 ◦ blue 48

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

Shades of Cab Sav #4C2930

Tints of Cab Sav #4C2930

RGB

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

 GREEN value IS 41 (16.41% from 255) = 24.85%

 BLUE value IS 48 (19.14% from 255) = 29.09%

R = 46.06%
G = 24.85%
B = 29.09%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.37

 K value IS 0.70

RGB Variations

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

Color information

#4C2930 (or 0x4C2930) is known color: Cab Sav. HEX triplet: 4C, 29 and 30. RGB value is (76,41,48). Sum of RGB (Red+Green+Blue) = 76+41+48=165 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.06% from 165); Green value is 41 (16.41% from 255 or 24.85% from 165); Blue value is 48 (19.14% from 255 or 29.09% from 165); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2930 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2930 is #B3D6CF. Grayscale: #343434. Windows color (decimal): -11785936 or 3156300. OLE color: 3156300.

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

Color convert

RGB 76 41 48 -
CMYK 0 0.46 0.37 0.70
HSL 348º 0.3% 0.23% -
HSV(B) 348º 0.46% 0.3% -
XYZ 4.31 3.34 3.21 -
YUV 52.26 125.6 144.93 -
System Red Green Blue C M Y K H S L
Decimal 76 41 48 0 0.46 0.37 0.70 348 0.3 0.23
Hex 4C 29 30 0 2E 25 46 15C 1E 17
Octal 114 51 60 0 56 45 106 534 36 27
Binary 1001100 101001 110000 0 101110 100101 1000110 101011100 11110 10111

Color Harmonies of #4C2930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2930

Black with #4C2930

Text Example


Text Example

White with #4C2930

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,41,48); }

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

background-color css

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

 a { background-color: rgb(76,41,48); }

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

border-color css

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

 span { border-color: rgb(76,41,48); }

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