Html Css Color HEX #462310 Brown Pod

📋 copy color: '#462310'

red 70 ◦ green 35 ◦ blue 16

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

Shades of Brown Pod #462310

Tints of Brown Pod #462310

RGB

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

 GREEN value IS 35 (14.06% from 255) = 28.93%

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

R = 57.85%
G = 28.93%
B = 13.22%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#462310 (or 0x462310) is known color: Brown Pod. HEX triplet: 46, 23 and 10. RGB value is (70,35,16). Sum of RGB (Red+Green+Blue) = 70+35+16=121 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.85% from 121); Green value is 35 (14.06% from 255 or 28.93% from 121); Blue value is 16 (6.64% from 255 or 13.22% from 121); Max value from RGB is 70 - color contains mainly: red. Hex color #462310 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462310 is #B9DCEF. Grayscale: #2B2B2B. Windows color (decimal): -12180720 or 1057606. OLE color: 1057606.

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

Color convert

RGB 70 35 16 -
CMYK 0 0.5 0.77 0.73
HSL 21.11º 0.63% 0.17% -
HSV(B) 21.11º 0.77% 0.27% -
XYZ 3.22 2.54 0.81 -
YUV 43.3 112.6 147.04 -
System Red Green Blue C M Y K H S L
Decimal 70 35 16 0 0.5 0.77 0.73 21.11 0.63 0.17
Hex 46 23 10 0 32 4D 49 15 3F 11
Octal 106 43 20 0 62 115 111 25 77 21
Binary 1000110 100011 10000 0 110010 1001101 1001001 10101 111111 10001

Color Harmonies of #462310

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462310

Black with #462310

Text Example


Text Example

White with #462310

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462310; }

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

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

background-color css

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

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

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

border-color css

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

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

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