Html Css Color HEX #403830 Jacko Bean

📋 copy color: '#403830'

red 64 ◦ green 56 ◦ blue 48

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

Shades of Jacko Bean #403830

Tints of Jacko Bean #403830

RGB

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

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

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

R = 38.1%
G = 33.33%
B = 28.57%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.25

 K value IS 0.75

RGB Variations

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

Color information

#403830 (or 0x403830) is known color: Jacko Bean. HEX triplet: 40, 38 and 30. RGB value is (64,56,48). Sum of RGB (Red+Green+Blue) = 64+56+48=168 (22% of max value = 765). Red value is 64 (25.39% from 255 or 38.10% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 48 (19.14% from 255 or 28.57% from 168); Max value from RGB is 64 - color contains mainly: red. Hex color #403830 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403830 is #BFC7CF. Grayscale: #393939. Windows color (decimal): -12568528 or 3160128. OLE color: 3160128.

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

Color convert

RGB 64 56 48 -
CMYK 0 0.13 0.25 0.75
HSL 30º 0.14% 0.22% -
HSV(B) 30º 0.25% 0.25% -
XYZ 4.06 4.13 3.38 -
YUV 57.48 122.65 132.65 -
System Red Green Blue C M Y K H S L
Decimal 64 56 48 0 0.13 0.25 0.75 30 0.14 0.22
Hex 40 38 30 0 D 19 4B 1E E 16
Octal 100 70 60 0 15 31 113 36 16 26
Binary 1000000 111000 110000 0 1101 11001 1001011 11110 1110 10110

Color Harmonies of #403830

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403830

Black with #403830

Text Example


Text Example

White with #403830

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403830; }

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

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

background-color css

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

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

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

border-color css

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

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

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