Html Css Color HEX #47272D Cab Sav

📋 copy color: '#47272D'

red 71 ◦ green 39 ◦ blue 45

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

Shades of Cab Sav #47272D

Tints of Cab Sav #47272D

RGB

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

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

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

R = 45.81%
G = 25.16%
B = 29.03%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#47272D (or 0x47272D) is known color: Cab Sav. HEX triplet: 47, 27 and 2D. RGB value is (71,39,45). Sum of RGB (Red+Green+Blue) = 71+39+45=155 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.81% from 155); Green value is 39 (15.62% from 255 or 25.16% from 155); Blue value is 45 (17.97% from 255 or 29.03% from 155); Max value from RGB is 71 - color contains mainly: red. Hex color #47272D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47272D is #B8D8D2. Grayscale: #313131. Windows color (decimal): -12114131 or 2959175. OLE color: 2959175.

HSL color Cylindrical-coordinate representation of color #47272D: hue angle of 348.75º 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 #47272D is Cyan = 0, Magento = 0.45, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 39 45 -
CMYK 0 0.45 0.37 0.72
HSL 348.75º 0.29% 0.22% -
HSV(B) 348.75º 0.45% 0.28% -
XYZ 3.8 2.98 2.86 -
YUV 49.25 125.6 143.51 -
System Red Green Blue C M Y K H S L
Decimal 71 39 45 0 0.45 0.37 0.72 348.75 0.29 0.22
Hex 47 27 2D 0 2D 25 48 15D 1D 16
Octal 107 47 55 0 55 45 110 535 35 26
Binary 1000111 100111 101101 0 101101 100101 1001000 101011101 11101 10110

Color Harmonies of #47272D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47272D

Black with #47272D

Text Example


Text Example

White with #47272D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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