Html Css Color HEX #412005 Brown Pod

📋 copy color: '#412005'

red 65 ◦ green 32 ◦ blue 5

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

Shades of Brown Pod #412005

Tints of Brown Pod #412005

RGB

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

 GREEN value IS 32 (12.89% from 255) = 31.37%

 BLUE value IS 5 (2.34% from 255) = 4.9%

R = 63.73%
G = 31.37%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#412005 (or 0x412005) is known color: Brown Pod. HEX triplet: 41, 20 and 05. RGB value is (65,32,5). Sum of RGB (Red+Green+Blue) = 65+32+5=102 (13% of max value = 765). Red value is 65 (25.78% from 255 or 63.73% from 102); Green value is 32 (12.89% from 255 or 31.37% from 102); Blue value is 5 (2.34% from 255 or 4.90% from 102); Max value from RGB is 65 - color contains mainly: red. Hex color #412005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412005 is #BEDFFA. Grayscale: #262626. Windows color (decimal): -12509179 or 335937. OLE color: 335937.

HSL color Cylindrical-coordinate representation of color #412005: hue angle of 27º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #412005 is Cyan = 0, Magento = 0.51, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 32 5 -
CMYK 0 0.51 0.92 0.75
HSL 27º 0.86% 0.14% -
HSV(B) 27º 0.92% 0.25% -
XYZ 2.72 2.17 0.42 -
YUV 38.79 108.93 146.7 -
System Red Green Blue C M Y K H S L
Decimal 65 32 5 0 0.51 0.92 0.75 27 0.86 0.14
Hex 41 20 5 0 33 5C 4B 1B 56 E
Octal 101 40 5 0 63 134 113 33 126 16
Binary 1000001 100000 101 0 110011 1011100 1001011 11011 1010110 1110

Color Harmonies of #412005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412005

Black with #412005

Text Example


Text Example

White with #412005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412005; }

 p { color: rgb(65,32,5); }

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

background-color css

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

 a { background-color: rgb(65,32,5); }

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

border-color css

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

 span { border-color: rgb(65,32,5); }

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