Html Css Color HEX #4C2A2E Cab Sav

📋 copy color: '#4C2A2E'

red 76 ◦ green 42 ◦ blue 46

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

Shades of Cab Sav #4C2A2E

Tints of Cab Sav #4C2A2E

RGB

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

 GREEN value IS 42 (16.8% from 255) = 25.61%

 BLUE value IS 46 (18.36% from 255) = 28.05%

R = 46.34%
G = 25.61%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#4C2A2E (or 0x4C2A2E) is known color: Cab Sav. HEX triplet: 4C, 2A and 2E. RGB value is (76,42,46). Sum of RGB (Red+Green+Blue) = 76+42+46=164 (21% of max value = 765). Red value is 76 (30.08% from 255 or 46.34% from 164); Green value is 42 (16.80% from 255 or 25.61% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 76 - color contains mainly: red. Hex color #4C2A2E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C2A2E is #B3D5D1. Grayscale: #343434. Windows color (decimal): -11785682 or 3025484. OLE color: 3025484.

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

Color convert

RGB 76 42 46 -
CMYK 0 0.45 0.39 0.70
HSL 352.94º 0.29% 0.23% -
HSV(B) 352.94º 0.45% 0.3% -
XYZ 4.3 3.39 3.01 -
YUV 52.62 124.26 144.67 -
System Red Green Blue C M Y K H S L
Decimal 76 42 46 0 0.45 0.39 0.70 352.94 0.29 0.23
Hex 4C 2A 2E 0 2D 27 46 161 1D 17
Octal 114 52 56 0 55 47 106 541 35 27
Binary 1001100 101010 101110 0 101101 100111 1000110 101100001 11101 10111

Color Harmonies of #4C2A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C2A2E

Black with #4C2A2E

Text Example


Text Example

White with #4C2A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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