Html Css Color HEX #462116 Brown Pod

📋 copy color: '#462116'

red 70 ◦ green 33 ◦ blue 22

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

Shades of Brown Pod #462116

Tints of Brown Pod #462116

RGB

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

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

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

R = 56%
G = 26.4%
B = 17.6%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.69

 K value IS 0.73

RGB Variations

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

Color information

#462116 (or 0x462116) is known color: Brown Pod. HEX triplet: 46, 21 and 16. RGB value is (70,33,22). Sum of RGB (Red+Green+Blue) = 70+33+22=125 (16% of max value = 765). Red value is 70 (27.73% from 255 or 56% from 125); Green value is 33 (13.28% from 255 or 26.4% from 125); Blue value is 22 (8.98% from 255 or 17.6% from 125); Max value from RGB is 70 - color contains mainly: red. Hex color #462116 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462116 is #B9DEE9. Grayscale: #2A2A2A. Windows color (decimal): -12181226 or 1450310. OLE color: 1450310.

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

Color convert

RGB 70 33 22 -
CMYK 0 0.53 0.69 0.73
HSL 13.75º 0.52% 0.18% -
HSV(B) 13.75º 0.69% 0.27% -
XYZ 3.21 2.45 1.06 -
YUV 42.81 116.26 147.39 -
System Red Green Blue C M Y K H S L
Decimal 70 33 22 0 0.53 0.69 0.73 13.75 0.52 0.18
Hex 46 21 16 0 35 45 49 E 34 12
Octal 106 41 26 0 65 105 111 16 64 22
Binary 1000110 100001 10110 0 110101 1000101 1001001 1110 110100 10010

Color Harmonies of #462116

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462116

Black with #462116

Text Example


Text Example

White with #462116

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462116; }

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

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

background-color css

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

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

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

border-color css

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

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

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