Html Css Color HEX #47272E Cab Sav

📋 copy color: '#47272E'

red 71 ◦ green 39 ◦ blue 46

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

Shades of Cab Sav #47272E

Tints of Cab Sav #47272E

RGB

 RED value IS 71 (28.13% from 255) = 45.51%

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

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

R = 45.51%
G = 25%
B = 29.49%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.35

 K value IS 0.72

RGB Variations

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

Color information

#47272E (or 0x47272E) is known color: Cab Sav. HEX triplet: 47, 27 and 2E. RGB value is (71,39,46). Sum of RGB (Red+Green+Blue) = 71+39+46=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 39 (15.62% from 255 or 25% from 156); Blue value is 46 (18.36% from 255 or 29.49% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #47272E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47272E is #B8D8D1. Grayscale: #313131. Windows color (decimal): -12114130 or 3024711. OLE color: 3024711.

HSL color Cylindrical-coordinate representation of color #47272E: hue angle of 346.88º degrees, saturation: 0.29, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #47272E is Cyan = 0, Magento = 0.45, Yellow = 0.35 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 39 46 -
CMYK 0 0.45 0.35 0.72
HSL 346.88º 0.29% 0.22% -
HSV(B) 346.88º 0.45% 0.28% -
XYZ 3.82 2.99 2.96 -
YUV 49.37 126.1 143.43 -
System Red Green Blue C M Y K H S L
Decimal 71 39 46 0 0.45 0.35 0.72 346.88 0.29 0.22
Hex 47 27 2E 0 2D 23 48 15B 1D 16
Octal 107 47 56 0 55 43 110 533 35 26
Binary 1000111 100111 101110 0 101101 100011 1001000 101011011 11101 10110

Color Harmonies of #47272E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47272E

Black with #47272E

Text Example


Text Example

White with #47272E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #47272E; }

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

 H1.HeaderClassName
 {
   color: #47272E;
 }
 .AnyTagClassName
 {
   color: #47272E;
 }
</style>

background-color css

<style>
 a { background-color: #47272E; }

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

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

border-color css

<style>
 span { border-color: #47272E; }

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

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