Html Css Color HEX #462620 Brown Pod

📋 copy color: '#462620'

red 70 ◦ green 38 ◦ blue 32

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

Shades of Brown Pod #462620

Tints of Brown Pod #462620

RGB

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

 GREEN value IS 38 (15.23% from 255) = 27.14%

 BLUE value IS 32 (12.89% from 255) = 22.86%

R = 50%
G = 27.14%
B = 22.86%

CMYK

 C value IS 0

 M value IS 0.46

 Y value IS 0.54

 K value IS 0.73

RGB Variations

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

Color information

#462620 (or 0x462620) is known color: Brown Pod. HEX triplet: 46, 26 and 20. RGB value is (70,38,32). Sum of RGB (Red+Green+Blue) = 70+38+32=140 (18% of max value = 765). Red value is 70 (27.73% from 255 or 50% from 140); Green value is 38 (15.23% from 255 or 27.14% from 140); Blue value is 32 (12.89% from 255 or 22.86% from 140); Max value from RGB is 70 - color contains mainly: red. Hex color #462620 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #462620 is #B9D9DF. Grayscale: #2E2E2E. Windows color (decimal): -12179936 or 2106950. OLE color: 2106950.

HSL color Cylindrical-coordinate representation of color #462620: hue angle of 9.47º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #462620 is Cyan = 0, Magento = 0.46, Yellow = 0.54 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 38 32 -
CMYK 0 0.46 0.54 0.73
HSL 9.47º 0.37% 0.2% -
HSV(B) 9.47º 0.54% 0.27% -
XYZ 3.48 2.79 1.72 -
YUV 46.88 119.6 144.49 -
System Red Green Blue C M Y K H S L
Decimal 70 38 32 0 0.46 0.54 0.73 9.47 0.37 0.2
Hex 46 26 20 0 2E 36 49 9 25 14
Octal 106 46 40 0 56 66 111 11 45 24
Binary 1000110 100110 100000 0 101110 110110 1001001 1001 100101 10100

Color Harmonies of #462620

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462620

Black with #462620

Text Example


Text Example

White with #462620

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462620; }

 p { color: rgb(70,38,32); }

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

background-color css

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

 a { background-color: rgb(70,38,32); }

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

border-color css

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

 span { border-color: rgb(70,38,32); }

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