Html Css Color HEX #3C362E Jacko Bean

📋 copy color: '#3C362E'

red 60 ◦ green 54 ◦ blue 46

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

Shades of Jacko Bean #3C362E

Tints of Jacko Bean #3C362E

RGB

 RED value IS 60 (23.83% from 255) = 37.5%

 GREEN value IS 54 (21.48% from 255) = 33.75%

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

R = 37.5%
G = 33.75%
B = 28.75%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.23

 K value IS 0.76

RGB Variations

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

Color information

#3C362E (or 0x3C362E) is known color: Jacko Bean. HEX triplet: 3C, 36 and 2E. RGB value is (60,54,46). Sum of RGB (Red+Green+Blue) = 60+54+46=160 (21% of max value = 765). Red value is 60 (23.83% from 255 or 37.5% from 160); Green value is 54 (21.48% from 255 or 33.75% from 160); Blue value is 46 (18.36% from 255 or 28.75% from 160); Max value from RGB is 60 - color contains mainly: red. Hex color #3C362E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #3C362E is #C3C9D1. Grayscale: #363636. Windows color (decimal): -12831186 or 3028540. OLE color: 3028540.

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

Color convert

RGB 60 54 46 -
CMYK 0 0.10 0.23 0.76
HSL 34.29º 0.13% 0.21% -
HSV(B) 34.29º 0.23% 0.24% -
XYZ 3.68 3.8 3.12 -
YUV 54.88 122.99 131.65 -
System Red Green Blue C M Y K H S L
Decimal 60 54 46 0 0.10 0.23 0.76 34.29 0.13 0.21
Hex 3C 36 2E 0 A 17 4C 22 D 15
Octal 74 66 56 0 12 27 114 42 15 25
Binary 111100 110110 101110 0 1010 10111 1001100 100010 1101 10101

Color Harmonies of #3C362E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3C362E

Black with #3C362E

Text Example


Text Example

White with #3C362E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(60,54,46); }

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

background-color css

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

 a { background-color: rgb(60,54,46); }

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

border-color css

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

 span { border-color: rgb(60,54,46); }

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