Html Css Color HEX #462415 Brown Pod

📋 copy color: '#462415'

red 70 ◦ green 36 ◦ blue 21

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

Shades of Brown Pod #462415

Tints of Brown Pod #462415

RGB

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

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

 BLUE value IS 21 (8.59% from 255) = 16.54%

R = 55.12%
G = 28.35%
B = 16.54%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.70

 K value IS 0.73

RGB Variations

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

Color information

#462415 (or 0x462415) is known color: Brown Pod. HEX triplet: 46, 24 and 15. RGB value is (70,36,21). Sum of RGB (Red+Green+Blue) = 70+36+21=127 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.12% from 127); Green value is 36 (14.45% from 255 or 28.35% from 127); Blue value is 21 (8.59% from 255 or 16.54% from 127); Max value from RGB is 70 - color contains mainly: red. Hex color #462415 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462415 is #B9DBEA. Grayscale: #2C2C2C. Windows color (decimal): -12180459 or 1385542. OLE color: 1385542.

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

Color convert

RGB 70 36 21 -
CMYK 0 0.49 0.70 0.73
HSL 18.37º 0.54% 0.18% -
HSV(B) 18.37º 0.7% 0.27% -
XYZ 3.29 2.62 1.04 -
YUV 44.46 114.76 146.22 -
System Red Green Blue C M Y K H S L
Decimal 70 36 21 0 0.49 0.70 0.73 18.37 0.54 0.18
Hex 46 24 15 0 31 46 49 12 36 12
Octal 106 44 25 0 61 106 111 22 66 22
Binary 1000110 100100 10101 0 110001 1000110 1001001 10010 110110 10010

Color Harmonies of #462415

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462415

Black with #462415

Text Example


Text Example

White with #462415

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462415; }

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

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

background-color css

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

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

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

border-color css

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

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

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