Html Css Color HEX #462410 Brown Pod

📋 copy color: '#462410'

red 70 ◦ green 36 ◦ blue 16

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

Shades of Brown Pod #462410

Tints of Brown Pod #462410

RGB

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

 GREEN value IS 36 (14.45% from 255) = 29.51%

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

R = 57.38%
G = 29.51%
B = 13.11%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#462410 (or 0x462410) is known color: Brown Pod. HEX triplet: 46, 24 and 10. RGB value is (70,36,16). Sum of RGB (Red+Green+Blue) = 70+36+16=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 36 (14.45% from 255 or 29.51% from 122); Blue value is 16 (6.64% from 255 or 13.11% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #462410 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462410 is #B9DBEF. Grayscale: #2B2B2B. Windows color (decimal): -12180464 or 1057862. OLE color: 1057862.

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

Color convert

RGB 70 36 16 -
CMYK 0 0.49 0.77 0.73
HSL 22.22º 0.63% 0.17% -
HSV(B) 22.22º 0.77% 0.27% -
XYZ 3.25 2.6 0.82 -
YUV 43.89 112.26 146.63 -
System Red Green Blue C M Y K H S L
Decimal 70 36 16 0 0.49 0.77 0.73 22.22 0.63 0.17
Hex 46 24 10 0 31 4D 49 16 3F 11
Octal 106 44 20 0 61 115 111 26 77 21
Binary 1000110 100100 10000 0 110001 1001101 1001001 10110 111111 10001

Color Harmonies of #462410

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462410

Black with #462410

Text Example


Text Example

White with #462410

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462410; }

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

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

background-color css

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

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

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

border-color css

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

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

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