Html Css Color HEX #461603 Brown Pod

📋 copy color: '#461603'

red 70 ◦ green 22 ◦ blue 3

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

Shades of Brown Pod #461603

Tints of Brown Pod #461603

RGB

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

 GREEN value IS 22 (8.98% from 255) = 23.16%

 BLUE value IS 3 (1.56% from 255) = 3.16%

R = 73.68%
G = 23.16%
B = 3.16%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.96

 K value IS 0.73

RGB Variations

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

Color information

#461603 (or 0x461603) is known color: Brown Pod. HEX triplet: 46, 16 and 03. RGB value is (70,22,3). Sum of RGB (Red+Green+Blue) = 70+22+3=95 (12% of max value = 765). Red value is 70 (27.73% from 255 or 73.68% from 95); Green value is 22 (8.98% from 255 or 23.16% from 95); Blue value is 3 (1.56% from 255 or 3.16% from 95); Max value from RGB is 70 - color contains mainly: red. Hex color #461603 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461603 is #B9E9FC. Grayscale: #222222. Windows color (decimal): -12184061 or 202310. OLE color: 202310.

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

Color convert

RGB 70 22 3 -
CMYK 0 0.69 0.96 0.73
HSL 17.01º 0.92% 0.14% -
HSV(B) 17.01º 0.96% 0.27% -
XYZ 2.83 1.88 0.3 -
YUV 34.19 110.4 153.54 -
System Red Green Blue C M Y K H S L
Decimal 70 22 3 0 0.69 0.96 0.73 17.01 0.92 0.14
Hex 46 16 3 0 45 60 49 11 5C E
Octal 106 26 3 0 105 140 111 21 134 16
Binary 1000110 10110 11 0 1000101 1100000 1001001 10001 1011100 1110

Color Harmonies of #461603

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461603

Black with #461603

Text Example


Text Example

White with #461603

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461603; }

 p { color: rgb(70,22,3); }

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

background-color css

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

 a { background-color: rgb(70,22,3); }

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

border-color css

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

 span { border-color: rgb(70,22,3); }

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