Html Css Color HEX #462110 Brown Pod

📋 copy color: '#462110'

red 70 ◦ green 33 ◦ blue 16

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

Shades of Brown Pod #462110

Tints of Brown Pod #462110

RGB

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

 GREEN value IS 33 (13.28% from 255) = 27.73%

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

R = 58.82%
G = 27.73%
B = 13.45%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#462110 (or 0x462110) is known color: Brown Pod. HEX triplet: 46, 21 and 10. RGB value is (70,33,16). Sum of RGB (Red+Green+Blue) = 70+33+16=119 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.82% from 119); Green value is 33 (13.28% from 255 or 27.73% from 119); Blue value is 16 (6.64% from 255 or 13.45% from 119); Max value from RGB is 70 - color contains mainly: red. Hex color #462110 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462110 is #B9DEEF. Grayscale: #2A2A2A. Windows color (decimal): -12181232 or 1057094. OLE color: 1057094.

HSL color Cylindrical-coordinate representation of color #462110: hue angle of 18.89º 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 #462110 is Cyan = 0, Magento = 0.53, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 33 16 -
CMYK 0 0.53 0.77 0.73
HSL 18.89º 0.63% 0.17% -
HSV(B) 18.89º 0.77% 0.27% -
XYZ 3.16 2.43 0.79 -
YUV 42.13 113.26 147.88 -
System Red Green Blue C M Y K H S L
Decimal 70 33 16 0 0.53 0.77 0.73 18.89 0.63 0.17
Hex 46 21 10 0 35 4D 49 13 3F 11
Octal 106 41 20 0 65 115 111 23 77 21
Binary 1000110 100001 10000 0 110101 1001101 1001001 10011 111111 10001

Color Harmonies of #462110

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462110

Black with #462110

Text Example


Text Example

White with #462110

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462110; }

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

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

background-color css

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

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

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

border-color css

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

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

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