Html Css Color HEX #411F0F Brown Pod

📋 copy color: '#411F0F'

red 65 ◦ green 31 ◦ blue 15

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

Shades of Brown Pod #411F0F

Tints of Brown Pod #411F0F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 13.51%

R = 58.56%
G = 27.93%
B = 13.51%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.77

 K value IS 0.75

RGB Variations

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

Color information

#411F0F (or 0x411F0F) is known color: Brown Pod. HEX triplet: 41, 1F and 0F. RGB value is (65,31,15). Sum of RGB (Red+Green+Blue) = 65+31+15=111 (14% of max value = 765). Red value is 65 (25.78% from 255 or 58.56% from 111); Green value is 31 (12.5% from 255 or 27.93% from 111); Blue value is 15 (6.25% from 255 or 13.51% from 111); Max value from RGB is 65 - color contains mainly: red. Hex color #411F0F is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411F0F is #BEE0F0. Grayscale: #272727. Windows color (decimal): -12509425 or 991041. OLE color: 991041.

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

Color convert

RGB 65 31 15 -
CMYK 0 0.52 0.77 0.75
HSL 19.2º 0.63% 0.16% -
HSV(B) 19.2º 0.77% 0.25% -
XYZ 2.76 2.14 0.72 -
YUV 39.34 114.26 146.3 -
System Red Green Blue C M Y K H S L
Decimal 65 31 15 0 0.52 0.77 0.75 19.2 0.63 0.16
Hex 41 1F F 0 34 4D 4B 13 3E 10
Octal 101 37 17 0 64 115 113 23 76 20
Binary 1000001 11111 1111 0 110100 1001101 1001011 10011 111110 10000

Color Harmonies of #411F0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411F0F

Black with #411F0F

Text Example


Text Example

White with #411F0F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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