Html Css Color HEX #412007 Brown Pod

📋 copy color: '#412007'

red 65 ◦ green 32 ◦ blue 7

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

Shades of Brown Pod #412007

Tints of Brown Pod #412007

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 6.73%

R = 62.5%
G = 30.77%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.89

 K value IS 0.75

RGB Variations

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

Color information

#412007 (or 0x412007) is known color: Brown Pod. HEX triplet: 41, 20 and 07. RGB value is (65,32,7). Sum of RGB (Red+Green+Blue) = 65+32+7=104 (13% of max value = 765). Red value is 65 (25.78% from 255 or 62.5% from 104); Green value is 32 (12.89% from 255 or 30.77% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 65 - color contains mainly: red. Hex color #412007 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #412007 is #BEDFF8. Grayscale: #272727. Windows color (decimal): -12509177 or 467009. OLE color: 467009.

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

Color convert

RGB 65 32 7 -
CMYK 0 0.51 0.89 0.75
HSL 25.86º 0.81% 0.14% -
HSV(B) 25.86º 0.89% 0.25% -
XYZ 2.73 2.17 0.48 -
YUV 39.02 109.93 146.53 -
System Red Green Blue C M Y K H S L
Decimal 65 32 7 0 0.51 0.89 0.75 25.86 0.81 0.14
Hex 41 20 7 0 33 59 4B 1A 51 E
Octal 101 40 7 0 63 131 113 32 121 16
Binary 1000001 100000 111 0 110011 1011001 1001011 11010 1010001 1110

Color Harmonies of #412007

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #412007

Black with #412007

Text Example


Text Example

White with #412007

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #412007; }

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

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

background-color css

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

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

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

border-color css

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

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

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