Html Css Color HEX #4F272E Cab Sav

📋 copy color: '#4F272E'

red 79 ◦ green 39 ◦ blue 46

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

Shades of Cab Sav #4F272E

Tints of Cab Sav #4F272E

RGB

 RED value IS 79 (31.25% from 255) = 48.17%

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

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

R = 48.17%
G = 23.78%
B = 28.05%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.42

 K value IS 0.69

RGB Variations

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

Color information

#4F272E (or 0x4F272E) is known color: Cab Sav. HEX triplet: 4F, 27 and 2E. RGB value is (79,39,46). Sum of RGB (Red+Green+Blue) = 79+39+46=164 (21% of max value = 765). Red value is 79 (31.25% from 255 or 48.17% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 46 (18.36% from 255 or 28.05% from 164); Max value from RGB is 79 - color contains mainly: red. Hex color #4F272E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F272E is #B0D8D1. Grayscale: #333333. Windows color (decimal): -11589842 or 3024719. OLE color: 3024719.

HSL color Cylindrical-coordinate representation of color #4F272E: hue angle of 349.5º degrees, saturation: 0.34, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #4F272E is Cyan = 0, Magento = 0.51, Yellow = 0.42 and Black (K on CMYK) = 0.69.

Color convert

RGB 79 39 46 -
CMYK 0 0.51 0.42 0.69
HSL 349.5º 0.34% 0.23% -
HSV(B) 349.5º 0.51% 0.31% -
XYZ 4.44 3.31 2.99 -
YUV 51.76 124.75 147.43 -
System Red Green Blue C M Y K H S L
Decimal 79 39 46 0 0.51 0.42 0.69 349.5 0.34 0.23
Hex 4F 27 2E 0 33 2A 45 15E 22 17
Octal 117 47 56 0 63 52 105 536 42 27
Binary 1001111 100111 101110 0 110011 101010 1000101 101011110 100010 10111

Color Harmonies of #4F272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4F272E

Black with #4F272E

Text Example


Text Example

White with #4F272E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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