Html Css Color HEX #462419 Brown Pod

📋 copy color: '#462419'

red 70 ◦ green 36 ◦ blue 25

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

Shades of Brown Pod #462419

Tints of Brown Pod #462419

RGB

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

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

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

R = 53.44%
G = 27.48%
B = 19.08%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#462419 (or 0x462419) is known color: Brown Pod. HEX triplet: 46, 24 and 19. RGB value is (70,36,25). Sum of RGB (Red+Green+Blue) = 70+36+25=131 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.44% from 131); Green value is 36 (14.45% from 255 or 27.48% from 131); Blue value is 25 (10.16% from 255 or 19.08% from 131); Max value from RGB is 70 - color contains mainly: red. Hex color #462419 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462419 is #B9DBE6. Grayscale: #2C2C2C. Windows color (decimal): -12180455 or 1647686. OLE color: 1647686.

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

Color convert

RGB 70 36 25 -
CMYK 0 0.49 0.64 0.73
HSL 14.67º 0.47% 0.19% -
HSV(B) 14.67º 0.64% 0.27% -
XYZ 3.33 2.63 1.25 -
YUV 44.91 116.76 145.89 -
System Red Green Blue C M Y K H S L
Decimal 70 36 25 0 0.49 0.64 0.73 14.67 0.47 0.19
Hex 46 24 19 0 31 40 49 F 2F 13
Octal 106 44 31 0 61 100 111 17 57 23
Binary 1000110 100100 11001 0 110001 1000000 1001001 1111 101111 10011

Color Harmonies of #462419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462419

Black with #462419

Text Example


Text Example

White with #462419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462419; }

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

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

background-color css

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

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

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

border-color css

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

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

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