Html Css Color HEX #4C272E Cab Sav

📋 copy color: '#4C272E'

red 76 ◦ green 39 ◦ blue 46

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

Shades of Cab Sav #4C272E

Tints of Cab Sav #4C272E

RGB

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

 GREEN value IS 39 (15.63% from 255) = 24.22%

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

R = 47.2%
G = 24.22%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.39

 K value IS 0.70

RGB Variations

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

Color information

#4C272E (or 0x4C272E) is known color: Cab Sav. HEX triplet: 4C, 27 and 2E. RGB value is (76,39,46). Sum of RGB (Red+Green+Blue) = 76+39+46=161 (21% of max value = 765). Red value is 76 (30.08% from 255 or 47.20% from 161); Green value is 39 (15.62% from 255 or 24.22% from 161); Blue value is 46 (18.36% from 255 or 28.57% from 161); Max value from RGB is 76 - color contains mainly: red. Hex color #4C272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C272E is #B3D8D1. Grayscale: #323232. Windows color (decimal): -11786450 or 3024716. OLE color: 3024716.

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

Color convert

RGB 76 39 46 -
CMYK 0 0.49 0.39 0.70
HSL 348.65º 0.32% 0.23% -
HSV(B) 348.65º 0.49% 0.3% -
XYZ 4.2 3.18 2.98 -
YUV 50.86 125.26 145.93 -
System Red Green Blue C M Y K H S L
Decimal 76 39 46 0 0.49 0.39 0.70 348.65 0.32 0.23
Hex 4C 27 2E 0 31 27 46 15D 20 17
Octal 114 47 56 0 61 47 106 535 40 27
Binary 1001100 100111 101110 0 110001 100111 1000110 101011101 100000 10111

Color Harmonies of #4C272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C272E

Black with #4C272E

Text Example


Text Example

White with #4C272E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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