Html Css Color HEX #3F3526 Jacko Bean

📋 copy color: '#3F3526'

red 63 ◦ green 53 ◦ blue 38

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

Shades of Jacko Bean #3F3526

Tints of Jacko Bean #3F3526

RGB

 RED value IS 63 (25% from 255) = 40.91%

 GREEN value IS 53 (21.09% from 255) = 34.42%

 BLUE value IS 38 (15.23% from 255) = 24.68%

R = 40.91%
G = 34.42%
B = 24.68%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.40

 K value IS 0.75

RGB Variations

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

Color information

#3F3526 (or 0x3F3526) is known color: Jacko Bean. HEX triplet: 3F, 35 and 26. RGB value is (63,53,38). Sum of RGB (Red+Green+Blue) = 63+53+38=154 (20% of max value = 765). Red value is 63 (25% from 255 or 40.91% from 154); Green value is 53 (21.09% from 255 or 34.42% from 154); Blue value is 38 (15.23% from 255 or 24.68% from 154); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3526 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3526 is #C0CAD9. Grayscale: #363636. Windows color (decimal): -12634842 or 2503999. OLE color: 2503999.

HSL color Cylindrical-coordinate representation of color #3F3526: hue angle of 36º degrees, saturation: 0.25, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3F3526 is Cyan = 0, Magento = 0.16, Yellow = 0.40 and Black (K on CMYK) = 0.75.

Color convert

RGB 63 53 38 -
CMYK 0 0.16 0.40 0.75
HSL 36º 0.25% 0.2% -
HSV(B) 36º 0.4% 0.25% -
XYZ 3.67 3.74 2.36 -
YUV 54.28 118.81 134.22 -
System Red Green Blue C M Y K H S L
Decimal 63 53 38 0 0.16 0.40 0.75 36 0.25 0.2
Hex 3F 35 26 0 10 28 4B 24 19 14
Octal 77 65 46 0 20 50 113 44 31 24
Binary 111111 110101 100110 0 10000 101000 1001011 100100 11001 10100

Color Harmonies of #3F3526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3526

Black with #3F3526

Text Example


Text Example

White with #3F3526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3F3526; }

 p { color: rgb(63,53,38); }

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

background-color css

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

 a { background-color: rgb(63,53,38); }

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

border-color css

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

 span { border-color: rgb(63,53,38); }

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