Html Css Color HEX #4C262D Cab Sav

📋 copy color: '#4C262D'

red 76 ◦ green 38 ◦ blue 45

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

Shades of Cab Sav #4C262D

Tints of Cab Sav #4C262D

RGB

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

 GREEN value IS 38 (15.23% from 255) = 23.9%

 BLUE value IS 45 (17.97% from 255) = 28.3%

R = 47.8%
G = 23.9%
B = 28.3%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.41

 K value IS 0.70

RGB Variations

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

Color information

#4C262D (or 0x4C262D) is known color: Cab Sav. HEX triplet: 4C, 26 and 2D. RGB value is (76,38,45). Sum of RGB (Red+Green+Blue) = 76+38+45=159 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.80% from 159); Green value is 38 (15.23% from 255 or 23.90% from 159); Blue value is 45 (17.97% from 255 or 28.30% from 159); Max value from RGB is 76 - color contains mainly: red. Hex color #4C262D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C262D is #B3D9D2. Grayscale: #323232. Windows color (decimal): -11786707 or 2958924. OLE color: 2958924.

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

Color convert

RGB 76 38 45 -
CMYK 0 0.5 0.41 0.70
HSL 348.95º 0.33% 0.22% -
HSV(B) 348.95º 0.5% 0.3% -
XYZ 4.15 3.11 2.86 -
YUV 50.16 125.09 146.43 -
System Red Green Blue C M Y K H S L
Decimal 76 38 45 0 0.5 0.41 0.70 348.95 0.33 0.22
Hex 4C 26 2D 0 32 29 46 15D 21 16
Octal 114 46 55 0 62 51 106 535 41 26
Binary 1001100 100110 101101 0 110010 101001 1000110 101011101 100001 10110

Color Harmonies of #4C262D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C262D

Black with #4C262D

Text Example


Text Example

White with #4C262D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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