Html Css Color HEX #412003 Brown Pod

📋 copy color: '#412003'

red 65 ◦ green 32 ◦ blue 3

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

Shades of Brown Pod #412003

Tints of Brown Pod #412003

RGB

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

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

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

R = 65%
G = 32%
B = 3%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.95

 K value IS 0.75

RGB Variations

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

Color information

#412003 (or 0x412003) is known color: Brown Pod. HEX triplet: 41, 20 and 03. RGB value is (65,32,3). Sum of RGB (Red+Green+Blue) = 65+32+3=100 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65% from 100); Green value is 32 (12.89% from 255 or 32% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 65 - color contains mainly: red. Hex color #412003 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412003 is #BEDFFC. Grayscale: #262626. Windows color (decimal): -12509181 or 204865. OLE color: 204865.

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

Color convert

RGB 65 32 3 -
CMYK 0 0.51 0.95 0.75
HSL 28.06º 0.91% 0.13% -
HSV(B) 28.06º 0.95% 0.25% -
XYZ 2.71 2.16 0.36 -
YUV 38.56 107.93 146.86 -
System Red Green Blue C M Y K H S L
Decimal 65 32 3 0 0.51 0.95 0.75 28.06 0.91 0.13
Hex 41 20 3 0 33 5F 4B 1C 5B D
Octal 101 40 3 0 63 137 113 34 133 15
Binary 1000001 100000 11 0 110011 1011111 1001011 11100 1011011 1101

Color Harmonies of #412003

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412003

Black with #412003

Text Example


Text Example

White with #412003

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412003; }

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

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

background-color css

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

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

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

border-color css

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

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

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