Html Css Color HEX #473031 Cab Sav

📋 copy color: '#473031'

red 71 ◦ green 48 ◦ blue 49

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

Shades of Cab Sav #473031

Tints of Cab Sav #473031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 29.17%

R = 42.26%
G = 28.57%
B = 29.17%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.31

 K value IS 0.72

RGB Variations

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

Color information

#473031 (or 0x473031) is known color: Cab Sav. HEX triplet: 47, 30 and 31. RGB value is (71,48,49). Sum of RGB (Red+Green+Blue) = 71+48+49=168 (22% of max value = 765). Red value is 71 (28.12% from 255 or 42.26% from 168); Green value is 48 (19.14% from 255 or 28.57% from 168); Blue value is 49 (19.53% from 255 or 29.17% from 168); Max value from RGB is 71 - color contains mainly: red. Hex color #473031 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #473031 is #B8CFCE. Grayscale: #373737. Windows color (decimal): -12111823 or 3223623. OLE color: 3223623.

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

Color convert

RGB 71 48 49 -
CMYK 0 0.32 0.31 0.72
HSL 357.39º 0.19% 0.23% -
HSV(B) 357.39º 0.32% 0.28% -
XYZ 4.21 3.68 3.39 -
YUV 54.99 124.62 139.42 -
System Red Green Blue C M Y K H S L
Decimal 71 48 49 0 0.32 0.31 0.72 357.39 0.19 0.23
Hex 47 30 31 0 20 1F 48 165 13 17
Octal 107 60 61 0 40 37 110 545 23 27
Binary 1000111 110000 110001 0 100000 11111 1001000 101100101 10011 10111

Color Harmonies of #473031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #473031

Black with #473031

Text Example


Text Example

White with #473031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #473031; }

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

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

background-color css

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

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

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

border-color css

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

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

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