Html Css Color HEX #413A30 Jacko Bean

📋 copy color: '#413A30'

red 65 ◦ green 58 ◦ blue 48

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

Shades of Jacko Bean #413A30

Tints of Jacko Bean #413A30

RGB

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

 GREEN value IS 58 (23.05% from 255) = 33.92%

 BLUE value IS 48 (19.14% from 255) = 28.07%

R = 38.01%
G = 33.92%
B = 28.07%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.26

 K value IS 0.75

RGB Variations

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

Color information

#413A30 (or 0x413A30) is known color: Jacko Bean. HEX triplet: 41, 3A and 30. RGB value is (65,58,48). Sum of RGB (Red+Green+Blue) = 65+58+48=171 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.01% from 171); Green value is 58 (23.05% from 255 or 33.92% from 171); Blue value is 48 (19.14% from 255 or 28.07% from 171); Max value from RGB is 65 - color contains mainly: red. Hex color #413A30 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #413A30 is #BEC5CF. Grayscale: #3B3B3B. Windows color (decimal): -12502480 or 3160641. OLE color: 3160641.

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

Color convert

RGB 65 58 48 -
CMYK 0 0.11 0.26 0.75
HSL 35.29º 0.15% 0.22% -
HSV(B) 35.29º 0.26% 0.25% -
XYZ 4.23 4.36 3.42 -
YUV 58.95 121.82 132.31 -
System Red Green Blue C M Y K H S L
Decimal 65 58 48 0 0.11 0.26 0.75 35.29 0.15 0.22
Hex 41 3A 30 0 B 1A 4B 23 F 16
Octal 101 72 60 0 13 32 113 43 17 26
Binary 1000001 111010 110000 0 1011 11010 1001011 100011 1111 10110

Color Harmonies of #413A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #413A30

Black with #413A30

Text Example


Text Example

White with #413A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #413A30; }

 p { color: rgb(65,58,48); }

 H1.HeaderClassName
 {
   color: #413A30;
 }
 .AnyTagClassName
 {
   color: #413A30;
 }
</style>

background-color css

<style>
 a { background-color: #413A30; }

 a { background-color: rgb(65,58,48); }

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

border-color css

<style>
 span { border-color: #413A30; }

 span { border-color: rgb(65,58,48); }

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