Html Css Color HEX #412410 Brown Pod

📋 copy color: '#412410'

red 65 ◦ green 36 ◦ blue 16

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

Shades of Brown Pod #412410

Tints of Brown Pod #412410

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 13.68%

R = 55.56%
G = 30.77%
B = 13.68%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.75

 K value IS 0.75

RGB Variations

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

Color information

#412410 (or 0x412410) is known color: Brown Pod. HEX triplet: 41, 24 and 10. RGB value is (65,36,16). Sum of RGB (Red+Green+Blue) = 65+36+16=117 (15% of max value = 765). Red value is 65 (25.78% from 255 or 55.56% from 117); Green value is 36 (14.45% from 255 or 30.77% from 117); Blue value is 16 (6.64% from 255 or 13.68% from 117); Max value from RGB is 65 - color contains mainly: red. Hex color #412410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412410 is #BEDBEF. Grayscale: #2A2A2A. Windows color (decimal): -12508144 or 1057857. OLE color: 1057857.

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

Color convert

RGB 65 36 16 -
CMYK 0 0.45 0.75 0.75
HSL 24.49º 0.6% 0.16% -
HSV(B) 24.49º 0.75% 0.25% -
XYZ 2.9 2.42 0.8 -
YUV 42.39 113.11 144.13 -
System Red Green Blue C M Y K H S L
Decimal 65 36 16 0 0.45 0.75 0.75 24.49 0.6 0.16
Hex 41 24 10 0 2D 4B 4B 18 3C 10
Octal 101 44 20 0 55 113 113 30 74 20
Binary 1000001 100100 10000 0 101101 1001011 1001011 11000 111100 10000

Color Harmonies of #412410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412410

Black with #412410

Text Example


Text Example

White with #412410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412410; }

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

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

background-color css

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

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

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

border-color css

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

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

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