Html Css Color HEX #403C35 Jacko Bean

📋 copy color: '#403C35'

red 64 ◦ green 60 ◦ blue 53

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

Shades of Jacko Bean #403C35

Tints of Jacko Bean #403C35

RGB

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

 GREEN value IS 60 (23.83% from 255) = 33.9%

 BLUE value IS 53 (21.09% from 255) = 29.94%

R = 36.16%
G = 33.9%
B = 29.94%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.17

 K value IS 0.75

RGB Variations

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

Color information

#403C35 (or 0x403C35) is known color: Jacko Bean. HEX triplet: 40, 3C and 35. RGB value is (64,60,53). Sum of RGB (Red+Green+Blue) = 64+60+53=177 (23% of max value = 765). Red value is 64 (25.39% from 255 or 36.16% from 177); Green value is 60 (23.83% from 255 or 33.90% from 177); Blue value is 53 (21.09% from 255 or 29.94% from 177); Max value from RGB is 64 - color contains mainly: red. Hex color #403C35 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #403C35 is #BFC3CA. Grayscale: #3C3C3C. Windows color (decimal): -12567499 or 3488832. OLE color: 3488832.

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

Color convert

RGB 64 60 53 -
CMYK 0 0.06 0.17 0.75
HSL 38.18º 0.09% 0.23% -
HSV(B) 38.18º 0.17% 0.25% -
XYZ 4.37 4.58 4.02 -
YUV 60.4 123.83 130.57 -
System Red Green Blue C M Y K H S L
Decimal 64 60 53 0 0.06 0.17 0.75 38.18 0.09 0.23
Hex 40 3C 35 0 6 11 4B 26 9 17
Octal 100 74 65 0 6 21 113 46 11 27
Binary 1000000 111100 110101 0 110 10001 1001011 100110 1001 10111

Color Harmonies of #403C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #403C35

Black with #403C35

Text Example


Text Example

White with #403C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #403C35; }

 p { color: rgb(64,60,53); }

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

background-color css

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

 a { background-color: rgb(64,60,53); }

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

border-color css

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

 span { border-color: rgb(64,60,53); }

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