Html Css Color HEX #47282D Cab Sav

📋 copy color: '#47282D'

red 71 ◦ green 40 ◦ blue 45

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

Shades of Cab Sav #47282D

Tints of Cab Sav #47282D

RGB

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

 GREEN value IS 40 (16.02% from 255) = 25.64%

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

R = 45.51%
G = 25.64%
B = 28.85%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.37

 K value IS 0.72

RGB Variations

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

Color information

#47282D (or 0x47282D) is known color: Cab Sav. HEX triplet: 47, 28 and 2D. RGB value is (71,40,45). Sum of RGB (Red+Green+Blue) = 71+40+45=156 (20% of max value = 765). Red value is 71 (28.12% from 255 or 45.51% from 156); Green value is 40 (16.02% from 255 or 25.64% from 156); Blue value is 45 (17.97% from 255 or 28.85% from 156); Max value from RGB is 71 - color contains mainly: red. Hex color #47282D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #47282D is #B8D7D2. Grayscale: #313131. Windows color (decimal): -12113875 or 2959431. OLE color: 2959431.

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

Color convert

RGB 71 40 45 -
CMYK 0 0.44 0.37 0.72
HSL 350.32º 0.28% 0.22% -
HSV(B) 350.32º 0.44% 0.28% -
XYZ 3.83 3.05 2.87 -
YUV 49.84 125.27 143.09 -
System Red Green Blue C M Y K H S L
Decimal 71 40 45 0 0.44 0.37 0.72 350.32 0.28 0.22
Hex 47 28 2D 0 2C 25 48 15E 1C 16
Octal 107 50 55 0 54 45 110 536 34 26
Binary 1000111 101000 101101 0 101100 100101 1001000 101011110 11100 10110

Color Harmonies of #47282D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #47282D

Black with #47282D

Text Example


Text Example

White with #47282D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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