Html Css Color HEX #473538 Cab Sav

📋 copy color: '#473538'

red 71 ◦ green 53 ◦ blue 56

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

Shades of Cab Sav #473538

Tints of Cab Sav #473538

RGB

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

 GREEN value IS 53 (21.09% from 255) = 29.44%

 BLUE value IS 56 (22.27% from 255) = 31.11%

R = 39.44%
G = 29.44%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.25

 Y value IS 0.21

 K value IS 0.72

RGB Variations

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

Color information

#473538 (or 0x473538) is known color: Cab Sav. HEX triplet: 47, 35 and 38. RGB value is (71,53,56). Sum of RGB (Red+Green+Blue) = 71+53+56=180 (23% of max value = 765). Red value is 71 (28.12% from 255 or 39.44% from 180); Green value is 53 (21.09% from 255 or 29.44% from 180); Blue value is 56 (22.27% from 255 or 31.11% from 180); Max value from RGB is 71 - color contains mainly: red. Hex color #473538 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473538 is #B8CAC7. Grayscale: #3A3A3A. Windows color (decimal): -12110536 or 3683655. OLE color: 3683655.

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

Color convert

RGB 71 53 56 -
CMYK 0 0.25 0.21 0.72
HSL 350º 0.15% 0.24% -
HSV(B) 350º 0.25% 0.28% -
XYZ 4.59 4.17 4.3 -
YUV 58.72 126.46 136.76 -
System Red Green Blue C M Y K H S L
Decimal 71 53 56 0 0.25 0.21 0.72 350 0.15 0.24
Hex 47 35 38 0 19 15 48 15E F 18
Octal 107 65 70 0 31 25 110 536 17 30
Binary 1000111 110101 111000 0 11001 10101 1001000 101011110 1111 11000

Color Harmonies of #473538

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473538

Black with #473538

Text Example


Text Example

White with #473538

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473538; }

 p { color: rgb(71,53,56); }

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

background-color css

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

 a { background-color: rgb(71,53,56); }

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

border-color css

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

 span { border-color: rgb(71,53,56); }

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