Html Css Color HEX #461202 Brown Pod

📋 copy color: '#461202'

red 70 ◦ green 18 ◦ blue 2

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

Shades of Brown Pod #461202

Tints of Brown Pod #461202

RGB

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

 GREEN value IS 18 (7.42% from 255) = 20%

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

R = 77.78%
G = 20%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#461202 (or 0x461202) is known color: Brown Pod. HEX triplet: 46, 12 and 02. RGB value is (70,18,2). Sum of RGB (Red+Green+Blue) = 70+18+2=90 (11% of max value = 765). Red value is 70 (27.73% from 255 or 77.78% from 90); Green value is 18 (7.42% from 255 or 20% from 90); Blue value is 2 (1.17% from 255 or 2.22% from 90); Max value from RGB is 70 - color contains mainly: red. Hex color #461202 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461202 is #B9EDFD. Grayscale: #1F1F1F. Windows color (decimal): -12185086 or 135750. OLE color: 135750.

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

Color convert

RGB 70 18 2 -
CMYK 0 0.74 0.97 0.73
HSL 14.12º 0.94% 0.14% -
HSV(B) 14.12º 0.97% 0.27% -
XYZ 2.75 1.74 0.25 -
YUV 31.72 111.23 155.3 -
System Red Green Blue C M Y K H S L
Decimal 70 18 2 0 0.74 0.97 0.73 14.12 0.94 0.14
Hex 46 12 2 0 4A 61 49 E 5E E
Octal 106 22 2 0 112 141 111 16 136 16
Binary 1000110 10010 10 0 1001010 1100001 1001001 1110 1011110 1110

Color Harmonies of #461202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461202

Black with #461202

Text Example


Text Example

White with #461202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461202; }

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

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

background-color css

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

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

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

border-color css

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

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

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