Html Css Color HEX #462219 Brown Pod

📋 copy color: '#462219'

red 70 ◦ green 34 ◦ blue 25

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

Shades of Brown Pod #462219

Tints of Brown Pod #462219

RGB

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

 GREEN value IS 34 (13.67% from 255) = 26.36%

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

R = 54.26%
G = 26.36%
B = 19.38%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.64

 K value IS 0.73

RGB Variations

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

Color information

#462219 (or 0x462219) is known color: Brown Pod. HEX triplet: 46, 22 and 19. RGB value is (70,34,25). Sum of RGB (Red+Green+Blue) = 70+34+25=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 34 (13.67% from 255 or 26.36% from 129); Blue value is 25 (10.16% from 255 or 19.38% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #462219 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462219 is #B9DDE6. Grayscale: #2B2B2B. Windows color (decimal): -12180967 or 1647174. OLE color: 1647174.

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

Color convert

RGB 70 34 25 -
CMYK 0 0.51 0.64 0.73
HSL 12º 0.47% 0.19% -
HSV(B) 12º 0.64% 0.27% -
XYZ 3.27 2.52 1.23 -
YUV 43.74 117.43 146.73 -
System Red Green Blue C M Y K H S L
Decimal 70 34 25 0 0.51 0.64 0.73 12 0.47 0.19
Hex 46 22 19 0 33 40 49 C 2F 13
Octal 106 42 31 0 63 100 111 14 57 23
Binary 1000110 100010 11001 0 110011 1000000 1001001 1100 101111 10011

Color Harmonies of #462219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462219

Black with #462219

Text Example


Text Example

White with #462219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462219; }

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

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

background-color css

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

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

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

border-color css

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

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

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