Html Css Color HEX #462010 Brown Pod

📋 copy color: '#462010'

red 70 ◦ green 32 ◦ blue 16

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

Shades of Brown Pod #462010

Tints of Brown Pod #462010

RGB

 RED value IS 70 (27.73% from 255) = 59.32%

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

 BLUE value IS 16 (6.64% from 255) = 13.56%

R = 59.32%
G = 27.12%
B = 13.56%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#462010 (or 0x462010) is known color: Brown Pod. HEX triplet: 46, 20 and 10. RGB value is (70,32,16). Sum of RGB (Red+Green+Blue) = 70+32+16=118 (15% of max value = 765). Red value is 70 (27.73% from 255 or 59.32% from 118); Green value is 32 (12.89% from 255 or 27.12% from 118); Blue value is 16 (6.64% from 255 or 13.56% from 118); Max value from RGB is 70 - color contains mainly: red. Hex color #462010 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462010 is #B9DFEF. Grayscale: #292929. Windows color (decimal): -12181488 or 1056838. OLE color: 1056838.

HSL color Cylindrical-coordinate representation of color #462010: hue angle of 17.78º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #462010 is Cyan = 0, Magento = 0.54, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 32 16 -
CMYK 0 0.54 0.77 0.73
HSL 17.78º 0.63% 0.17% -
HSV(B) 17.78º 0.77% 0.27% -
XYZ 3.14 2.37 0.78 -
YUV 41.54 113.59 148.3 -
System Red Green Blue C M Y K H S L
Decimal 70 32 16 0 0.54 0.77 0.73 17.78 0.63 0.17
Hex 46 20 10 0 36 4D 49 12 3F 11
Octal 106 40 20 0 66 115 111 22 77 21
Binary 1000110 100000 10000 0 110110 1001101 1001001 10010 111111 10001

Color Harmonies of #462010

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462010

Black with #462010

Text Example


Text Example

White with #462010

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462010; }

 p { color: rgb(70,32,16); }

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

background-color css

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

 a { background-color: rgb(70,32,16); }

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

border-color css

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

 span { border-color: rgb(70,32,16); }

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