Html Css Color HEX #413728 Jacko Bean

📋 copy color: '#413728'

red 65 ◦ green 55 ◦ blue 40

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

Shades of Jacko Bean #413728

Tints of Jacko Bean #413728

RGB

 RED value IS 65 (25.78% from 255) = 40.63%

 GREEN value IS 55 (21.88% from 255) = 34.38%

 BLUE value IS 40 (16.02% from 255) = 25%

R = 40.63%
G = 34.38%
B = 25%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.38

 K value IS 0.75

RGB Variations

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

Color information

#413728 (or 0x413728) is known color: Jacko Bean. HEX triplet: 41, 37 and 28. RGB value is (65,55,40). Sum of RGB (Red+Green+Blue) = 65+55+40=160 (21% of max value = 765). Red value is 65 (25.78% from 255 or 40.62% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 40 (16.02% from 255 or 25% from 160); Max value from RGB is 65 - color contains mainly: red. Hex color #413728 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413728 is #BEC8D7. Grayscale: #383838. Windows color (decimal): -12503256 or 2635585. OLE color: 2635585.

HSL color Cylindrical-coordinate representation of color #413728: hue angle of 36º degrees, saturation: 0.24, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #413728 is Cyan = 0, Magento = 0.15, Yellow = 0.38 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 55 40 -
CMYK 0 0.15 0.38 0.75
HSL 36º 0.24% 0.21% -
HSV(B) 36º 0.38% 0.25% -
XYZ 3.93 4.01 2.57 -
YUV 56.28 118.81 134.22 -
System Red Green Blue C M Y K H S L
Decimal 65 55 40 0 0.15 0.38 0.75 36 0.24 0.21
Hex 41 37 28 0 F 26 4B 24 18 15
Octal 101 67 50 0 17 46 113 44 30 25
Binary 1000001 110111 101000 0 1111 100110 1001011 100100 11000 10101

Color Harmonies of #413728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413728

Black with #413728

Text Example


Text Example

White with #413728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413728; }

 p { color: rgb(65,55,40); }

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

background-color css

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

 a { background-color: rgb(65,55,40); }

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

border-color css

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

 span { border-color: rgb(65,55,40); }

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