Html Css Color HEX #462416 Brown Pod

📋 copy color: '#462416'

red 70 ◦ green 36 ◦ blue 22

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

Shades of Brown Pod #462416

Tints of Brown Pod #462416

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 17.19%

R = 54.69%
G = 28.13%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#462416 (or 0x462416) is known color: Brown Pod. HEX triplet: 46, 24 and 16. RGB value is (70,36,22). Sum of RGB (Red+Green+Blue) = 70+36+22=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 36 (14.45% from 255 or 28.12% from 128); Blue value is 22 (8.98% from 255 or 17.19% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #462416 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462416 is #B9DBE9. Grayscale: #2C2C2C. Windows color (decimal): -12180458 or 1451078. OLE color: 1451078.

HSL color Cylindrical-coordinate representation of color #462416: hue angle of 17.5º degrees, saturation: 0.52, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #462416 is Cyan = 0, Magento = 0.49, Yellow = 0.69 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 36 22 -
CMYK 0 0.49 0.69 0.73
HSL 17.5º 0.52% 0.18% -
HSV(B) 17.5º 0.69% 0.27% -
XYZ 3.3 2.62 1.09 -
YUV 44.57 115.26 146.14 -
System Red Green Blue C M Y K H S L
Decimal 70 36 22 0 0.49 0.69 0.73 17.5 0.52 0.18
Hex 46 24 16 0 31 45 49 12 34 12
Octal 106 44 26 0 61 105 111 22 64 22
Binary 1000110 100100 10110 0 110001 1000101 1001001 10010 110100 10010

Color Harmonies of #462416

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462416

Black with #462416

Text Example


Text Example

White with #462416

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462416; }

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

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

background-color css

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

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

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

border-color css

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

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

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