Html Css Color HEX #412411 Brown Pod

📋 copy color: '#412411'

red 65 ◦ green 36 ◦ blue 17

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

Shades of Brown Pod #412411

Tints of Brown Pod #412411

RGB

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

 GREEN value IS 36 (14.45% from 255) = 30.51%

 BLUE value IS 17 (7.03% from 255) = 14.41%

R = 55.08%
G = 30.51%
B = 14.41%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.74

 K value IS 0.75

RGB Variations

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

Color information

#412411 (or 0x412411) is known color: Brown Pod. HEX triplet: 41, 24 and 11. RGB value is (65,36,17). Sum of RGB (Red+Green+Blue) = 65+36+17=118 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.08% from 118); Green value is 36 (14.45% from 255 or 30.51% from 118); Blue value is 17 (7.03% from 255 or 14.41% from 118); Max value from RGB is 65 - color contains mainly: red. Hex color #412411 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412411 is #BEDBEE. Grayscale: #2A2A2A. Windows color (decimal): -12508143 or 1123393. OLE color: 1123393.

HSL color Cylindrical-coordinate representation of color #412411: hue angle of 23.75º degrees, saturation: 0.59, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #412411 is Cyan = 0, Magento = 0.45, Yellow = 0.74 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 36 17 -
CMYK 0 0.45 0.74 0.75
HSL 23.75º 0.59% 0.16% -
HSV(B) 23.75º 0.74% 0.25% -
XYZ 2.91 2.43 0.85 -
YUV 42.51 113.61 144.04 -
System Red Green Blue C M Y K H S L
Decimal 65 36 17 0 0.45 0.74 0.75 23.75 0.59 0.16
Hex 41 24 11 0 2D 4A 4B 18 3B 10
Octal 101 44 21 0 55 112 113 30 73 20
Binary 1000001 100100 10001 0 101101 1001010 1001011 11000 111011 10000

Color Harmonies of #412411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412411

Black with #412411

Text Example


Text Example

White with #412411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412411; }

 p { color: rgb(65,36,17); }

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

background-color css

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

 a { background-color: rgb(65,36,17); }

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

border-color css

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

 span { border-color: rgb(65,36,17); }

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