Html Css Color HEX #403831 Tobago

📋 copy color: '#403831'

red 64 ◦ green 56 ◦ blue 49

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

Shades of Tobago #403831

Tints of Tobago #403831

RGB

 RED value IS 64 (25.39% from 255) = 37.87%

 GREEN value IS 56 (22.27% from 255) = 33.14%

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

R = 37.87%
G = 33.14%
B = 28.99%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.23

 K value IS 0.75

RGB Variations

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

Color information

#403831 (or 0x403831) is known color: Tobago. HEX triplet: 40, 38 and 31. RGB value is (64,56,49). Sum of RGB (Red+Green+Blue) = 64+56+49=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 49 (19.53% from 255 or 28.99% from 169); Max value from RGB is 64 - color contains mainly: red. Hex color #403831 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403831 is #BFC7CE. Grayscale: #393939. Windows color (decimal): -12568527 or 3225664. OLE color: 3225664.

HSL color Cylindrical-coordinate representation of color #403831: hue angle of 28º degrees, saturation: 0.13, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #403831 is Cyan = 0, Magento = 0.13, Yellow = 0.23 and Black (K on CMYK) = 0.75.

Color convert

RGB 64 56 49 -
CMYK 0 0.13 0.23 0.75
HSL 28º 0.13% 0.22% -
HSV(B) 28º 0.23% 0.25% -
XYZ 4.08 4.14 3.49 -
YUV 57.59 123.15 132.57 -
System Red Green Blue C M Y K H S L
Decimal 64 56 49 0 0.13 0.23 0.75 28 0.13 0.22
Hex 40 38 31 0 D 17 4B 1C D 16
Octal 100 70 61 0 15 27 113 34 15 26
Binary 1000000 111000 110001 0 1101 10111 1001011 11100 1101 10110

Color Harmonies of #403831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403831

Black with #403831

Text Example


Text Example

White with #403831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403831; }

 p { color: rgb(64,56,49); }

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

background-color css

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

 a { background-color: rgb(64,56,49); }

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

border-color css

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

 span { border-color: rgb(64,56,49); }

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