Html Css Color HEX #411F03 Brown Pod

📋 copy color: '#411F03'

red 65 ◦ green 31 ◦ blue 3

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

Shades of Brown Pod #411F03

Tints of Brown Pod #411F03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 3.03%

R = 65.66%
G = 31.31%
B = 3.03%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#411F03 (or 0x411F03) is known color: Brown Pod. HEX triplet: 41, 1F and 03. RGB value is (65,31,3). Sum of RGB (Red+Green+Blue) = 65+31+3=99 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65.66% from 99); Green value is 31 (12.5% from 255 or 31.31% from 99); Blue value is 3 (1.56% from 255 or 3.03% from 99); Max value from RGB is 65 - color contains mainly: red. Hex color #411F03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #411F03 is #BEE0FC. Grayscale: #262626. Windows color (decimal): -12509437 or 204609. OLE color: 204609.

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

Color convert

RGB 65 31 3 -
CMYK 0 0.52 0.95 0.75
HSL 27.1º 0.91% 0.13% -
HSV(B) 27.1º 0.95% 0.25% -
XYZ 2.69 2.11 0.35 -
YUV 37.97 108.26 147.28 -
System Red Green Blue C M Y K H S L
Decimal 65 31 3 0 0.52 0.95 0.75 27.1 0.91 0.13
Hex 41 1F 3 0 34 5F 4B 1B 5B D
Octal 101 37 3 0 64 137 113 33 133 15
Binary 1000001 11111 11 0 110100 1011111 1001011 11011 1011011 1101

Color Harmonies of #411F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411F03

Black with #411F03

Text Example


Text Example

White with #411F03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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