Html Css Color HEX #462004 Brown Pod

📋 copy color: '#462004'

red 70 ◦ green 32 ◦ blue 4

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

Shades of Brown Pod #462004

Tints of Brown Pod #462004

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 3.77%

R = 66.04%
G = 30.19%
B = 3.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#462004 (or 0x462004) is known color: Brown Pod. HEX triplet: 46, 20 and 04. RGB value is (70,32,4). Sum of RGB (Red+Green+Blue) = 70+32+4=106 (14% of max value = 765). Red value is 70 (27.73% from 255 or 66.04% from 106); Green value is 32 (12.89% from 255 or 30.19% from 106); Blue value is 4 (1.95% from 255 or 3.77% from 106); Max value from RGB is 70 - color contains mainly: red. Hex color #462004 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462004 is #B9DFFB. Grayscale: #282828. Windows color (decimal): -12181500 or 270406. OLE color: 270406.

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

Color convert

RGB 70 32 4 -
CMYK 0 0.54 0.94 0.73
HSL 25.45º 0.89% 0.15% -
HSV(B) 25.45º 0.94% 0.27% -
XYZ 3.06 2.34 0.41 -
YUV 40.17 107.59 149.28 -
System Red Green Blue C M Y K H S L
Decimal 70 32 4 0 0.54 0.94 0.73 25.45 0.89 0.15
Hex 46 20 4 0 36 5E 49 19 59 F
Octal 106 40 4 0 66 136 111 31 131 17
Binary 1000110 100000 100 0 110110 1011110 1001001 11001 1011001 1111

Color Harmonies of #462004

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462004

Black with #462004

Text Example


Text Example

White with #462004

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462004; }

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

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

background-color css

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

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

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

border-color css

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

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

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