Html Css Color HEX #461F13 Brown Pod

📋 copy color: '#461F13'

red 70 ◦ green 31 ◦ blue 19

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

Shades of Brown Pod #461F13

Tints of Brown Pod #461F13

RGB

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

 GREEN value IS 31 (12.5% from 255) = 25.83%

 BLUE value IS 19 (7.81% from 255) = 15.83%

R = 58.33%
G = 25.83%
B = 15.83%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.73

 K value IS 0.73

RGB Variations

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

Color information

#461F13 (or 0x461F13) is known color: Brown Pod. HEX triplet: 46, 1F and 13. RGB value is (70,31,19). Sum of RGB (Red+Green+Blue) = 70+31+19=120 (15% of max value = 765). Red value is 70 (27.73% from 255 or 58.33% from 120); Green value is 31 (12.5% from 255 or 25.83% from 120); Blue value is 19 (7.81% from 255 or 15.83% from 120); Max value from RGB is 70 - color contains mainly: red. Hex color #461F13 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461F13 is #B9E0EC. Grayscale: #292929. Windows color (decimal): -12181741 or 1253190. OLE color: 1253190.

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

Color convert

RGB 70 31 19 -
CMYK 0 0.56 0.73 0.73
HSL 14.12º 0.57% 0.17% -
HSV(B) 14.12º 0.73% 0.27% -
XYZ 3.13 2.33 0.9 -
YUV 41.29 115.42 148.48 -
System Red Green Blue C M Y K H S L
Decimal 70 31 19 0 0.56 0.73 0.73 14.12 0.57 0.17
Hex 46 1F 13 0 38 49 49 E 39 11
Octal 106 37 23 0 70 111 111 16 71 21
Binary 1000110 11111 10011 0 111000 1001001 1001001 1110 111001 10001

Color Harmonies of #461F13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461F13

Black with #461F13

Text Example


Text Example

White with #461F13

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461F13; }

 p { color: rgb(70,31,19); }

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

background-color css

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

 a { background-color: rgb(70,31,19); }

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

border-color css

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

 span { border-color: rgb(70,31,19); }

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