Html Css Color HEX #411503 Brown Pod

📋 copy color: '#411503'

red 65 ◦ green 21 ◦ blue 3

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

Shades of Brown Pod #411503

Tints of Brown Pod #411503

RGB

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

 GREEN value IS 21 (8.59% from 255) = 23.6%

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

R = 73.03%
G = 23.6%
B = 3.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#411503 (or 0x411503) is known color: Brown Pod. HEX triplet: 41, 15 and 03. RGB value is (65,21,3). Sum of RGB (Red+Green+Blue) = 65+21+3=89 (11% of max value = 765). Red value is 65 (25.78% from 255 or 73.03% from 89); Green value is 21 (8.59% from 255 or 23.60% from 89); Blue value is 3 (1.56% from 255 or 3.37% from 89); Max value from RGB is 65 - color contains mainly: red. Hex color #411503 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #411503 is #BEEAFC. Grayscale: #202020. Windows color (decimal): -12511997 or 202049. OLE color: 202049.

HSL color Cylindrical-coordinate representation of color #411503: hue angle of 17.42º 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 #411503 is Cyan = 0, Magento = 0.68, Yellow = 0.95 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 21 3 -
CMYK 0 0.68 0.95 0.75
HSL 17.42º 0.91% 0.13% -
HSV(B) 17.42º 0.95% 0.25% -
XYZ 2.46 1.67 0.28 -
YUV 32.1 111.58 151.46 -
System Red Green Blue C M Y K H S L
Decimal 65 21 3 0 0.68 0.95 0.75 17.42 0.91 0.13
Hex 41 15 3 0 44 5F 4B 11 5B D
Octal 101 25 3 0 104 137 113 21 133 15
Binary 1000001 10101 11 0 1000100 1011111 1001011 10001 1011011 1101

Color Harmonies of #411503

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #411503

Black with #411503

Text Example


Text Example

White with #411503

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #411503; }

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

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

background-color css

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

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

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

border-color css

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

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

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