Html Css Color HEX #461502 Brown Pod

📋 copy color: '#461502'

red 70 ◦ green 21 ◦ blue 2

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

Shades of Brown Pod #461502

Tints of Brown Pod #461502

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 2.15%

R = 75.27%
G = 22.58%
B = 2.15%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#461502 (or 0x461502) is known color: Brown Pod. HEX triplet: 46, 15 and 02. RGB value is (70,21,2). Sum of RGB (Red+Green+Blue) = 70+21+2=93 (12% of max value = 765). Red value is 70 (27.73% from 255 or 75.27% from 93); Green value is 21 (8.59% from 255 or 22.58% from 93); Blue value is 2 (1.17% from 255 or 2.15% from 93); Max value from RGB is 70 - color contains mainly: red. Hex color #461502 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461502 is #B9EAFD. Grayscale: #212121. Windows color (decimal): -12184318 or 136518. OLE color: 136518.

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

Color convert

RGB 70 21 2 -
CMYK 0 0.70 0.97 0.73
HSL 16.76º 0.94% 0.14% -
HSV(B) 16.76º 0.97% 0.27% -
XYZ 2.8 1.84 0.27 -
YUV 33.49 110.23 154.04 -
System Red Green Blue C M Y K H S L
Decimal 70 21 2 0 0.70 0.97 0.73 16.76 0.94 0.14
Hex 46 15 2 0 46 61 49 11 5E E
Octal 106 25 2 0 106 141 111 21 136 16
Binary 1000110 10101 10 0 1000110 1100001 1001001 10001 1011110 1110

Color Harmonies of #461502

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461502

Black with #461502

Text Example


Text Example

White with #461502

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461502; }

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

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

background-color css

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

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

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

border-color css

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

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

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