Html Css Color HEX #3F3425 Jacko Bean

📋 copy color: '#3F3425'

red 63 ◦ green 52 ◦ blue 37

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

Shades of Jacko Bean #3F3425

Tints of Jacko Bean #3F3425

RGB

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

 GREEN value IS 52 (20.7% from 255) = 34.21%

 BLUE value IS 37 (14.84% from 255) = 24.34%

R = 41.45%
G = 34.21%
B = 24.34%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.41

 K value IS 0.75

RGB Variations

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

Color information

#3F3425 (or 0x3F3425) is known color: Jacko Bean. HEX triplet: 3F, 34 and 25. RGB value is (63,52,37). Sum of RGB (Red+Green+Blue) = 63+52+37=152 (20% of max value = 765). Red value is 63 (25% from 255 or 41.45% from 152); Green value is 52 (20.70% from 255 or 34.21% from 152); Blue value is 37 (14.84% from 255 or 24.34% from 152); Max value from RGB is 63 - color contains mainly: red. Hex color #3F3425 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3F3425 is #C0CBDA. Grayscale: #353535. Windows color (decimal): -12635099 or 2438207. OLE color: 2438207.

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

Color convert

RGB 63 52 37 -
CMYK 0 0.17 0.41 0.75
HSL 34.62º 0.26% 0.2% -
HSV(B) 34.62º 0.41% 0.25% -
XYZ 3.61 3.65 2.26 -
YUV 53.58 118.64 134.72 -
System Red Green Blue C M Y K H S L
Decimal 63 52 37 0 0.17 0.41 0.75 34.62 0.26 0.2
Hex 3F 34 25 0 11 29 4B 23 1A 14
Octal 77 64 45 0 21 51 113 43 32 24
Binary 111111 110100 100101 0 10001 101001 1001011 100011 11010 10100

Color Harmonies of #3F3425

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3F3425

Black with #3F3425

Text Example


Text Example

White with #3F3425

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(63,52,37); }

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

background-color css

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

 a { background-color: rgb(63,52,37); }

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

border-color css

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

 span { border-color: rgb(63,52,37); }

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