Html Css Color HEX #461710 Brown Pod

📋 copy color: '#461710'

red 70 ◦ green 23 ◦ blue 16

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

Shades of Brown Pod #461710

Tints of Brown Pod #461710

RGB

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

 GREEN value IS 23 (9.38% from 255) = 21.1%

 BLUE value IS 16 (6.64% from 255) = 14.68%

R = 64.22%
G = 21.1%
B = 14.68%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.77

 K value IS 0.73

RGB Variations

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

Color information

#461710 (or 0x461710) is known color: Brown Pod. HEX triplet: 46, 17 and 10. RGB value is (70,23,16). Sum of RGB (Red+Green+Blue) = 70+23+16=109 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.22% from 109); Green value is 23 (9.38% from 255 or 21.10% from 109); Blue value is 16 (6.64% from 255 or 14.68% from 109); Max value from RGB is 70 - color contains mainly: red. Hex color #461710 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461710 is #B9E8EF. Grayscale: #242424. Windows color (decimal): -12183792 or 1054534. OLE color: 1054534.

HSL color Cylindrical-coordinate representation of color #461710: hue angle of 7.78º degrees, saturation: 0.63, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #461710 is Cyan = 0, Magento = 0.67, Yellow = 0.77 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 23 16 -
CMYK 0 0.67 0.77 0.73
HSL 7.78º 0.63% 0.17% -
HSV(B) 7.78º 0.77% 0.27% -
XYZ 2.93 1.95 0.71 -
YUV 36.26 116.57 152.07 -
System Red Green Blue C M Y K H S L
Decimal 70 23 16 0 0.67 0.77 0.73 7.78 0.63 0.17
Hex 46 17 10 0 43 4D 49 8 3F 11
Octal 106 27 20 0 103 115 111 10 77 21
Binary 1000110 10111 10000 0 1000011 1001101 1001001 1000 111111 10001

Color Harmonies of #461710

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461710

Black with #461710

Text Example


Text Example

White with #461710

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461710; }

 p { color: rgb(70,23,16); }

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

background-color css

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

 a { background-color: rgb(70,23,16); }

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

border-color css

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

 span { border-color: rgb(70,23,16); }

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