Html Css Color HEX #41392D Jacko Bean

📋 copy color: '#41392D'

red 65 ◦ green 57 ◦ blue 45

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

Shades of Jacko Bean #41392D

Tints of Jacko Bean #41392D

RGB

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

 GREEN value IS 57 (22.66% from 255) = 34.13%

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

R = 38.92%
G = 34.13%
B = 26.95%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.31

 K value IS 0.75

RGB Variations

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

Color information

#41392D (or 0x41392D) is known color: Jacko Bean. HEX triplet: 41, 39 and 2D. RGB value is (65,57,45). Sum of RGB (Red+Green+Blue) = 65+57+45=167 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.92% from 167); Green value is 57 (22.66% from 255 or 34.13% from 167); Blue value is 45 (17.97% from 255 or 26.95% from 167); Max value from RGB is 65 - color contains mainly: red. Hex color #41392D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #41392D is #BEC6D2. Grayscale: #3A3A3A. Windows color (decimal): -12502739 or 2963777. OLE color: 2963777.

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

Color convert

RGB 65 57 45 -
CMYK 0 0.12 0.31 0.75
HSL 36º 0.18% 0.22% -
HSV(B) 36º 0.31% 0.25% -
XYZ 4.12 4.24 3.08 -
YUV 58.02 120.65 132.98 -
System Red Green Blue C M Y K H S L
Decimal 65 57 45 0 0.12 0.31 0.75 36 0.18 0.22
Hex 41 39 2D 0 C 1F 4B 24 12 16
Octal 101 71 55 0 14 37 113 44 22 26
Binary 1000001 111001 101101 0 1100 11111 1001011 100100 10010 10110

Color Harmonies of #41392D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #41392D

Black with #41392D

Text Example


Text Example

White with #41392D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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