Html Css Color HEX #3D372E Jacko Bean

📋 copy color: '#3D372E'

red 61 ◦ green 55 ◦ blue 46

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

Shades of Jacko Bean #3D372E

Tints of Jacko Bean #3D372E

RGB

 RED value IS 61 (24.22% from 255) = 37.65%

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

 BLUE value IS 46 (18.36% from 255) = 28.4%

R = 37.65%
G = 33.95%
B = 28.4%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.25

 K value IS 0.76

RGB Variations

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

Color information

#3D372E (or 0x3D372E) is known color: Jacko Bean. HEX triplet: 3D, 37 and 2E. RGB value is (61,55,46). Sum of RGB (Red+Green+Blue) = 61+55+46=162 (21% of max value = 765). Red value is 61 (24.22% from 255 or 37.65% from 162); Green value is 55 (21.88% from 255 or 33.95% from 162); Blue value is 46 (18.36% from 255 or 28.40% from 162); Max value from RGB is 61 - color contains mainly: red. Hex color #3D372E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3D372E is #C2C8D1. Grayscale: #373737. Windows color (decimal): -12765394 or 3028797. OLE color: 3028797.

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

Color convert

RGB 61 55 46 -
CMYK 0 0.10 0.25 0.76
HSL 36º 0.14% 0.21% -
HSV(B) 36º 0.25% 0.24% -
XYZ 3.78 3.92 3.14 -
YUV 55.77 122.49 131.73 -
System Red Green Blue C M Y K H S L
Decimal 61 55 46 0 0.10 0.25 0.76 36 0.14 0.21
Hex 3D 37 2E 0 A 19 4C 24 E 15
Octal 75 67 56 0 12 31 114 44 16 25
Binary 111101 110111 101110 0 1010 11001 1001100 100100 1110 10101

Color Harmonies of #3D372E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D372E

Black with #3D372E

Text Example


Text Example

White with #3D372E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,55,46); }

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

background-color css

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

 a { background-color: rgb(61,55,46); }

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

border-color css

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

 span { border-color: rgb(61,55,46); }

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