Html Css Color HEX #462009 Brown Pod

📋 copy color: '#462009'

red 70 ◦ green 32 ◦ blue 9

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

Shades of Brown Pod #462009

Tints of Brown Pod #462009

RGB

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

 GREEN value IS 32 (12.89% from 255) = 28.83%

 BLUE value IS 9 (3.91% from 255) = 8.11%

R = 63.06%
G = 28.83%
B = 8.11%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#462009 (or 0x462009) is known color: Brown Pod. HEX triplet: 46, 20 and 09. RGB value is (70,32,9). Sum of RGB (Red+Green+Blue) = 70+32+9=111 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.06% from 111); Green value is 32 (12.89% from 255 or 28.83% from 111); Blue value is 9 (3.91% from 255 or 8.11% from 111); Max value from RGB is 70 - color contains mainly: red. Hex color #462009 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462009 is #B9DFF6. Grayscale: #282828. Windows color (decimal): -12181495 or 598086. OLE color: 598086.

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

Color convert

RGB 70 32 9 -
CMYK 0 0.54 0.87 0.73
HSL 22.62º 0.77% 0.15% -
HSV(B) 22.62º 0.87% 0.27% -
XYZ 3.09 2.35 0.55 -
YUV 40.74 110.09 148.87 -
System Red Green Blue C M Y K H S L
Decimal 70 32 9 0 0.54 0.87 0.73 22.62 0.77 0.15
Hex 46 20 9 0 36 57 49 17 4D F
Octal 106 40 11 0 66 127 111 27 115 17
Binary 1000110 100000 1001 0 110110 1010111 1001001 10111 1001101 1111

Color Harmonies of #462009

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462009

Black with #462009

Text Example


Text Example

White with #462009

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462009; }

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

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

background-color css

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

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

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

border-color css

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

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

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