Html Css Color HEX #412002 Brown Pod

📋 copy color: '#412002'

red 65 ◦ green 32 ◦ blue 2

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

Shades of Brown Pod #412002

Tints of Brown Pod #412002

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.02%

R = 65.66%
G = 32.32%
B = 2.02%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.97

 K value IS 0.75

RGB Variations

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

Color information

#412002 (or 0x412002) is known color: Brown Pod. HEX triplet: 41, 20 and 02. RGB value is (65,32,2). Sum of RGB (Red+Green+Blue) = 65+32+2=99 (13% of max value = 765). Red value is 65 (25.78% from 255 or 65.66% from 99); Green value is 32 (12.89% from 255 or 32.32% from 99); Blue value is 2 (1.17% from 255 or 2.02% from 99); Max value from RGB is 65 - color contains mainly: red. Hex color #412002 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412002 is #BEDFFD. Grayscale: #262626. Windows color (decimal): -12509182 or 139329. OLE color: 139329.

HSL color Cylindrical-coordinate representation of color #412002: hue angle of 28.57º degrees, saturation: 0.94, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #412002 is Cyan = 0, Magento = 0.51, Yellow = 0.97 and Black (K on CMYK) = 0.75.

Color convert

RGB 65 32 2 -
CMYK 0 0.51 0.97 0.75
HSL 28.57º 0.94% 0.13% -
HSV(B) 28.57º 0.97% 0.25% -
XYZ 2.71 2.16 0.33 -
YUV 38.45 107.43 146.94 -
System Red Green Blue C M Y K H S L
Decimal 65 32 2 0 0.51 0.97 0.75 28.57 0.94 0.13
Hex 41 20 2 0 33 61 4B 1D 5E D
Octal 101 40 2 0 63 141 113 35 136 15
Binary 1000001 100000 10 0 110011 1100001 1001011 11101 1011110 1101

Color Harmonies of #412002

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412002

Black with #412002

Text Example


Text Example

White with #412002

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412002; }

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

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

background-color css

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

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

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

border-color css

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

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

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