Html Css Color HEX #412318 Brown Pod

📋 copy color: '#412318'

red 65 ◦ green 35 ◦ blue 24

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

Shades of Brown Pod #412318

Tints of Brown Pod #412318

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.23%

 BLUE value IS 24 (9.77% from 255) = 19.35%

R = 52.42%
G = 28.23%
B = 19.35%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.63

 K value IS 0.75

RGB Variations

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

Color information

#412318 (or 0x412318) is known color: Brown Pod. HEX triplet: 41, 23 and 18. RGB value is (65,35,24). Sum of RGB (Red+Green+Blue) = 65+35+24=124 (16% of max value = 765). Red value is 65 (25.78% from 255 or 52.42% from 124); Green value is 35 (14.06% from 255 or 28.23% from 124); Blue value is 24 (9.77% from 255 or 19.35% from 124); Max value from RGB is 65 - color contains mainly: red. Hex color #412318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412318 is #BEDCE7. Grayscale: #2A2A2A. Windows color (decimal): -12508392 or 1581889. OLE color: 1581889.

HSL color Cylindrical-coordinate representation of color #412318: hue angle of 16.1º degrees, saturation: 0.46, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #412318 is Cyan = 0, Magento = 0.46, Yellow = 0.63 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 35 24 -
CMYK 0 0.46 0.63 0.75
HSL 16.1º 0.46% 0.17% -
HSV(B) 16.1º 0.63% 0.25% -
XYZ 2.95 2.39 1.17 -
YUV 42.72 117.44 143.89 -
System Red Green Blue C M Y K H S L
Decimal 65 35 24 0 0.46 0.63 0.75 16.1 0.46 0.17
Hex 41 23 18 0 2E 3F 4B 10 2E 11
Octal 101 43 30 0 56 77 113 20 56 21
Binary 1000001 100011 11000 0 101110 111111 1001011 10000 101110 10001

Color Harmonies of #412318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412318

Black with #412318

Text Example


Text Example

White with #412318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412318; }

 p { color: rgb(65,35,24); }

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

background-color css

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

 a { background-color: rgb(65,35,24); }

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

border-color css

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

 span { border-color: rgb(65,35,24); }

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