Html Css Color HEX #462519 Brown Pod

📋 copy color: '#462519'

red 70 ◦ green 37 ◦ blue 25

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

Shades of Brown Pod #462519

Tints of Brown Pod #462519

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.03%

 BLUE value IS 25 (10.16% from 255) = 18.94%

R = 53.03%
G = 28.03%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#462519 (or 0x462519) is known color: Brown Pod. HEX triplet: 46, 25 and 19. RGB value is (70,37,25). Sum of RGB (Red+Green+Blue) = 70+37+25=132 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.03% from 132); Green value is 37 (14.84% from 255 or 28.03% from 132); Blue value is 25 (10.16% from 255 or 18.94% from 132); Max value from RGB is 70 - color contains mainly: red. Hex color #462519 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462519 is #B9DAE6. Grayscale: #2D2D2D. Windows color (decimal): -12180199 or 1647942. OLE color: 1647942.

HSL color Cylindrical-coordinate representation of color #462519: hue angle of 16º degrees, saturation: 0.47, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #462519 is Cyan = 0, Magento = 0.47, Yellow = 0.64 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 37 25 -
CMYK 0 0.47 0.64 0.73
HSL 16º 0.47% 0.19% -
HSV(B) 16º 0.64% 0.27% -
XYZ 3.36 2.7 1.26 -
YUV 45.5 116.43 145.48 -
System Red Green Blue C M Y K H S L
Decimal 70 37 25 0 0.47 0.64 0.73 16 0.47 0.19
Hex 46 25 19 0 2F 40 49 10 2F 13
Octal 106 45 31 0 57 100 111 20 57 23
Binary 1000110 100101 11001 0 101111 1000000 1001001 10000 101111 10011

Color Harmonies of #462519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462519

Black with #462519

Text Example


Text Example

White with #462519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462519; }

 p { color: rgb(70,37,25); }

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

background-color css

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

 a { background-color: rgb(70,37,25); }

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

border-color css

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

 span { border-color: rgb(70,37,25); }

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