Html Css Color HEX #473032 Cab Sav

📋 copy color: '#473032'

red 71 ◦ green 48 ◦ blue 50

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

Shades of Cab Sav #473032

Tints of Cab Sav #473032

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 29.59%

R = 42.01%
G = 28.4%
B = 29.59%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.30

 K value IS 0.72

RGB Variations

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

Color information

#473032 (or 0x473032) is known color: Cab Sav. HEX triplet: 47, 30 and 32. RGB value is (71,48,50). Sum of RGB (Red+Green+Blue) = 71+48+50=169 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.01% from 169); Green value is 48 (19.14% from 255 or 28.40% from 169); Blue value is 50 (19.92% from 255 or 29.59% from 169); Max value from RGB is 71 - color contains mainly: red. Hex color #473032 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473032 is #B8CFCD. Grayscale: #373737. Windows color (decimal): -12111822 or 3289159. OLE color: 3289159.

HSL color Cylindrical-coordinate representation of color #473032: hue angle of 354.78º 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 #473032 is Cyan = 0, Magento = 0.32, Yellow = 0.30 and Black (K on CMYK) = 0.72.

Color convert

RGB 71 48 50 -
CMYK 0 0.32 0.30 0.72
HSL 354.78º 0.19% 0.23% -
HSV(B) 354.78º 0.32% 0.28% -
XYZ 4.23 3.68 3.51 -
YUV 55.11 125.12 139.34 -
System Red Green Blue C M Y K H S L
Decimal 71 48 50 0 0.32 0.30 0.72 354.78 0.19 0.23
Hex 47 30 32 0 20 1E 48 163 13 17
Octal 107 60 62 0 40 36 110 543 23 27
Binary 1000111 110000 110010 0 100000 11110 1001000 101100011 10011 10111

Color Harmonies of #473032

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473032

Black with #473032

Text Example


Text Example

White with #473032

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473032; }

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

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

background-color css

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

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

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

border-color css

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

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

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