Html Css Color HEX #41372D Jacko Bean

📋 copy color: '#41372D'

red 65 ◦ green 55 ◦ blue 45

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

Shades of Jacko Bean #41372D

Tints of Jacko Bean #41372D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 27.27%

R = 39.39%
G = 33.33%
B = 27.27%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#41372D (or 0x41372D) is known color: Jacko Bean. HEX triplet: 41, 37 and 2D. RGB value is (65,55,45). Sum of RGB (Red+Green+Blue) = 65+55+45=165 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.39% from 165); Green value is 55 (21.88% from 255 or 33.33% from 165); Blue value is 45 (17.97% from 255 or 27.27% from 165); Max value from RGB is 65 - color contains mainly: red. Hex color #41372D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41372D is #BEC8D2. Grayscale: #383838. Windows color (decimal): -12503251 or 2963265. OLE color: 2963265.

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

Color convert

RGB 65 55 45 -
CMYK 0 0.15 0.31 0.75
HSL 30º 0.18% 0.22% -
HSV(B) 30º 0.31% 0.25% -
XYZ 4.02 4.05 3.05 -
YUV 56.85 121.31 133.81 -
System Red Green Blue C M Y K H S L
Decimal 65 55 45 0 0.15 0.31 0.75 30 0.18 0.22
Hex 41 37 2D 0 F 1F 4B 1E 12 16
Octal 101 67 55 0 17 37 113 36 22 26
Binary 1000001 110111 101101 0 1111 11111 1001011 11110 10010 10110

Color Harmonies of #41372D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41372D

Black with #41372D

Text Example


Text Example

White with #41372D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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