Html Css Color HEX #412619 Brown Pod

📋 copy color: '#412619'

red 65 ◦ green 38 ◦ blue 25

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

Shades of Brown Pod #412619

Tints of Brown Pod #412619

RGB

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

 GREEN value IS 38 (15.23% from 255) = 29.69%

 BLUE value IS 25 (10.16% from 255) = 19.53%

R = 50.78%
G = 29.69%
B = 19.53%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.62

 K value IS 0.75

RGB Variations

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

Color information

#412619 (or 0x412619) is known color: Brown Pod. HEX triplet: 41, 26 and 19. RGB value is (65,38,25). Sum of RGB (Red+Green+Blue) = 65+38+25=128 (16% of max value = 765). Red value is 65 (25.78% from 255 or 50.78% from 128); Green value is 38 (15.23% from 255 or 29.69% from 128); Blue value is 25 (10.16% from 255 or 19.53% from 128); Max value from RGB is 65 - color contains mainly: red. Hex color #412619 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412619 is #BED9E6. Grayscale: #2C2C2C. Windows color (decimal): -12507623 or 1648193. OLE color: 1648193.

HSL color Cylindrical-coordinate representation of color #412619: hue angle of 19.5º degrees, saturation: 0.44, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #412619 is Cyan = 0, Magento = 0.42, Yellow = 0.62 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 38 25 -
CMYK 0 0.42 0.62 0.75
HSL 19.5º 0.44% 0.18% -
HSV(B) 19.5º 0.62% 0.25% -
XYZ 3.05 2.58 1.26 -
YUV 44.59 116.95 142.56 -
System Red Green Blue C M Y K H S L
Decimal 65 38 25 0 0.42 0.62 0.75 19.5 0.44 0.18
Hex 41 26 19 0 2A 3E 4B 14 2C 12
Octal 101 46 31 0 52 76 113 24 54 22
Binary 1000001 100110 11001 0 101010 111110 1001011 10100 101100 10010

Color Harmonies of #412619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412619

Black with #412619

Text Example


Text Example

White with #412619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412619; }

 p { color: rgb(65,38,25); }

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

background-color css

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

 a { background-color: rgb(65,38,25); }

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

border-color css

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

 span { border-color: rgb(65,38,25); }

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