Html Css Color HEX #41382D Jacko Bean

📋 copy color: '#41382D'

red 65 ◦ green 56 ◦ blue 45

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

Shades of Jacko Bean #41382D

Tints of Jacko Bean #41382D

RGB

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

 GREEN value IS 56 (22.27% from 255) = 33.73%

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

R = 39.16%
G = 33.73%
B = 27.11%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#41382D (or 0x41382D) is known color: Jacko Bean. HEX triplet: 41, 38 and 2D. RGB value is (65,56,45). Sum of RGB (Red+Green+Blue) = 65+56+45=166 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.16% from 166); Green value is 56 (22.27% from 255 or 33.73% from 166); Blue value is 45 (17.97% from 255 or 27.11% from 166); Max value from RGB is 65 - color contains mainly: red. Hex color #41382D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41382D is #BEC7D2. Grayscale: #393939. Windows color (decimal): -12502995 or 2963521. OLE color: 2963521.

HSL color Cylindrical-coordinate representation of color #41382D: hue angle of 33º 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 #41382D is Cyan = 0, Magento = 0.14, Yellow = 0.31 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 56 45 -
CMYK 0 0.14 0.31 0.75
HSL 33º 0.18% 0.22% -
HSV(B) 33º 0.31% 0.25% -
XYZ 4.07 4.14 3.07 -
YUV 57.44 120.98 133.39 -
System Red Green Blue C M Y K H S L
Decimal 65 56 45 0 0.14 0.31 0.75 33 0.18 0.22
Hex 41 38 2D 0 E 1F 4B 21 12 16
Octal 101 70 55 0 16 37 113 41 22 26
Binary 1000001 111000 101101 0 1110 11111 1001011 100001 10010 10110

Color Harmonies of #41382D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41382D

Black with #41382D

Text Example


Text Example

White with #41382D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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