Html Css Color HEX #41372C Jacko Bean

📋 copy color: '#41372C'

red 65 ◦ green 55 ◦ blue 44

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

Shades of Jacko Bean #41372C

Tints of Jacko Bean #41372C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 26.83%

R = 39.63%
G = 33.54%
B = 26.83%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.32

 K value IS 0.75

RGB Variations

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

Color information

#41372C (or 0x41372C) is known color: Jacko Bean. HEX triplet: 41, 37 and 2C. RGB value is (65,55,44). Sum of RGB (Red+Green+Blue) = 65+55+44=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 44 (17.58% from 255 or 26.83% from 164); Max value from RGB is 65 - color contains mainly: red. Hex color #41372C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41372C is #BEC8D3. Grayscale: #383838. Windows color (decimal): -12503252 or 2897729. OLE color: 2897729.

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

Color convert

RGB 65 55 44 -
CMYK 0 0.15 0.32 0.75
HSL 31.43º 0.19% 0.21% -
HSV(B) 31.43º 0.32% 0.25% -
XYZ 4 4.04 2.95 -
YUV 56.74 120.81 133.89 -
System Red Green Blue C M Y K H S L
Decimal 65 55 44 0 0.15 0.32 0.75 31.43 0.19 0.21
Hex 41 37 2C 0 F 20 4B 1F 13 15
Octal 101 67 54 0 17 40 113 37 23 25
Binary 1000001 110111 101100 0 1111 100000 1001011 11111 10011 10101

Color Harmonies of #41372C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41372C

Black with #41372C

Text Example


Text Example

White with #41372C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #41372C; }

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

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

background-color css

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

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

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

border-color css

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

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

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