Html Css Color HEX #473036 Cab Sav

📋 copy color: '#473036'

red 71 ◦ green 48 ◦ blue 54

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

Shades of Cab Sav #473036

Tints of Cab Sav #473036

RGB

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

 GREEN value IS 48 (19.14% from 255) = 27.75%

 BLUE value IS 54 (21.48% from 255) = 31.21%

R = 41.04%
G = 27.75%
B = 31.21%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.24

 K value IS 0.72

RGB Variations

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

Color information

#473036 (or 0x473036) is known color: Cab Sav. HEX triplet: 47, 30 and 36. RGB value is (71,48,54). Sum of RGB (Red+Green+Blue) = 71+48+54=173 (22% of max value = 765). Red value is 71 (28.12% from 255 or 41.04% from 173); Green value is 48 (19.14% from 255 or 27.75% from 173); Blue value is 54 (21.48% from 255 or 31.21% from 173); Max value from RGB is 71 - color contains mainly: red. Hex color #473036 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473036 is #B8CFC9. Grayscale: #373737. Windows color (decimal): -12111818 or 3551303. OLE color: 3551303.

HSL color Cylindrical-coordinate representation of color #473036: hue angle of 344.35º degrees, saturation: 0.19, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #473036 is Cyan = 0, Magento = 0.32, Yellow = 0.24 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 48 54 -
CMYK 0 0.32 0.24 0.72
HSL 344.35º 0.19% 0.23% -
HSV(B) 344.35º 0.32% 0.28% -
XYZ 4.32 3.72 3.98 -
YUV 55.56 127.12 139.01 -
System Red Green Blue C M Y K H S L
Decimal 71 48 54 0 0.32 0.24 0.72 344.35 0.19 0.23
Hex 47 30 36 0 20 18 48 158 13 17
Octal 107 60 66 0 40 30 110 530 23 27
Binary 1000111 110000 110110 0 100000 11000 1001000 101011000 10011 10111

Color Harmonies of #473036

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473036

Black with #473036

Text Example


Text Example

White with #473036

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473036; }

 p { color: rgb(71,48,54); }

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

background-color css

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

 a { background-color: rgb(71,48,54); }

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

border-color css

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

 span { border-color: rgb(71,48,54); }

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