Html Css Color HEX #461504 Brown Pod

📋 copy color: '#461504'

red 70 ◦ green 21 ◦ blue 4

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

Shades of Brown Pod #461504

Tints of Brown Pod #461504

RGB

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

 GREEN value IS 21 (8.59% from 255) = 22.11%

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

R = 73.68%
G = 22.11%
B = 4.21%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#461504 (or 0x461504) is known color: Brown Pod. HEX triplet: 46, 15 and 04. RGB value is (70,21,4). Sum of RGB (Red+Green+Blue) = 70+21+4=95 (12% of max value = 765). Red value is 70 (27.73% from 255 or 73.68% from 95); Green value is 21 (8.59% from 255 or 22.11% from 95); Blue value is 4 (1.95% from 255 or 4.21% from 95); Max value from RGB is 70 - color contains mainly: red. Hex color #461504 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461504 is #B9EAFB. Grayscale: #212121. Windows color (decimal): -12184316 or 267590. OLE color: 267590.

HSL color Cylindrical-coordinate representation of color #461504: hue angle of 15.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 #461504 is Cyan = 0, Magento = 0.70, Yellow = 0.94 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 21 4 -
CMYK 0 0.70 0.94 0.73
HSL 15.45º 0.89% 0.15% -
HSV(B) 15.45º 0.94% 0.27% -
XYZ 2.82 1.85 0.32 -
YUV 33.71 111.23 153.88 -
System Red Green Blue C M Y K H S L
Decimal 70 21 4 0 0.70 0.94 0.73 15.45 0.89 0.15
Hex 46 15 4 0 46 5E 49 F 59 F
Octal 106 25 4 0 106 136 111 17 131 17
Binary 1000110 10101 100 0 1000110 1011110 1001001 1111 1011001 1111

Color Harmonies of #461504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461504

Black with #461504

Text Example


Text Example

White with #461504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461504; }

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

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

background-color css

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

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

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

border-color css

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

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

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