Html Css Color HEX #411F05 Brown Pod

📋 copy color: '#411F05'

red 65 ◦ green 31 ◦ blue 5

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

Shades of Brown Pod #411F05

Tints of Brown Pod #411F05

RGB

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

 GREEN value IS 31 (12.5% from 255) = 30.69%

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

R = 64.36%
G = 30.69%
B = 4.95%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.92

 K value IS 0.75

RGB Variations

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

Color information

#411F05 (or 0x411F05) is known color: Brown Pod. HEX triplet: 41, 1F and 05. RGB value is (65,31,5). Sum of RGB (Red+Green+Blue) = 65+31+5=101 (13% of max value = 765). Red value is 65 (25.78% from 255 or 64.36% from 101); Green value is 31 (12.5% from 255 or 30.69% from 101); Blue value is 5 (2.34% from 255 or 4.95% from 101); Max value from RGB is 65 - color contains mainly: red. Hex color #411F05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411F05 is #BEE0FA. Grayscale: #262626. Windows color (decimal): -12509435 or 335681. OLE color: 335681.

HSL color Cylindrical-coordinate representation of color #411F05: hue angle of 26º 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 #411F05 is Cyan = 0, Magento = 0.52, Yellow = 0.92 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 31 5 -
CMYK 0 0.52 0.92 0.75
HSL 26º 0.86% 0.14% -
HSV(B) 26º 0.92% 0.25% -
XYZ 2.7 2.11 0.41 -
YUV 38.2 109.26 147.11 -
System Red Green Blue C M Y K H S L
Decimal 65 31 5 0 0.52 0.92 0.75 26 0.86 0.14
Hex 41 1F 5 0 34 5C 4B 1A 56 E
Octal 101 37 5 0 64 134 113 32 126 16
Binary 1000001 11111 101 0 110100 1011100 1001011 11010 1010110 1110

Color Harmonies of #411F05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411F05

Black with #411F05

Text Example


Text Example

White with #411F05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411F05; }

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

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

background-color css

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

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

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

border-color css

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

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

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