Html Css Color HEX #47292D Cab Sav

📋 copy color: '#47292D'

red 71 ◦ green 41 ◦ blue 45

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

Shades of Cab Sav #47292D

Tints of Cab Sav #47292D

RGB

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

 GREEN value IS 41 (16.41% from 255) = 26.11%

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

R = 45.22%
G = 26.11%
B = 28.66%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#47292D (or 0x47292D) is known color: Cab Sav. HEX triplet: 47, 29 and 2D. RGB value is (71,41,45). Sum of RGB (Red+Green+Blue) = 71+41+45=157 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.22% from 157); Green value is 41 (16.41% from 255 or 26.11% from 157); Blue value is 45 (17.97% from 255 or 28.66% from 157); Max value from RGB is 71 - color contains mainly: red. Hex color #47292D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47292D is #B8D6D2. Grayscale: #323232. Windows color (decimal): -12113619 or 2959687. OLE color: 2959687.

HSL color Cylindrical-coordinate representation of color #47292D: hue angle of 352º degrees, saturation: 0.27, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #47292D is Cyan = 0, Magento = 0.42, Yellow = 0.37 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 41 45 -
CMYK 0 0.42 0.37 0.72
HSL 352º 0.27% 0.22% -
HSV(B) 352º 0.42% 0.28% -
XYZ 3.87 3.11 2.88 -
YUV 50.43 124.94 142.67 -
System Red Green Blue C M Y K H S L
Decimal 71 41 45 0 0.42 0.37 0.72 352 0.27 0.22
Hex 47 29 2D 0 2A 25 48 160 1B 16
Octal 107 51 55 0 52 45 110 540 33 26
Binary 1000111 101001 101101 0 101010 100101 1001000 101100000 11011 10110

Color Harmonies of #47292D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47292D

Black with #47292D

Text Example


Text Example

White with #47292D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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