Html Css Color HEX #461F09 Brown Pod

📋 copy color: '#461F09'

red 70 ◦ green 31 ◦ blue 9

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

Shades of Brown Pod #461F09

Tints of Brown Pod #461F09

RGB

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

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

 BLUE value IS 9 (3.91% from 255) = 8.18%

R = 63.64%
G = 28.18%
B = 8.18%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#461F09 (or 0x461F09) is known color: Brown Pod. HEX triplet: 46, 1F and 09. RGB value is (70,31,9). Sum of RGB (Red+Green+Blue) = 70+31+9=110 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.64% from 110); Green value is 31 (12.5% from 255 or 28.18% from 110); Blue value is 9 (3.91% from 255 or 8.18% from 110); Max value from RGB is 70 - color contains mainly: red. Hex color #461F09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461F09 is #B9E0F6. Grayscale: #282828. Windows color (decimal): -12181751 or 597830. OLE color: 597830.

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

Color convert

RGB 70 31 9 -
CMYK 0 0.56 0.87 0.73
HSL 21.64º 0.77% 0.15% -
HSV(B) 21.64º 0.87% 0.27% -
XYZ 3.07 2.3 0.54 -
YUV 40.15 110.42 149.29 -
System Red Green Blue C M Y K H S L
Decimal 70 31 9 0 0.56 0.87 0.73 21.64 0.77 0.15
Hex 46 1F 9 0 38 57 49 16 4D F
Octal 106 37 11 0 70 127 111 26 115 17
Binary 1000110 11111 1001 0 111000 1010111 1001001 10110 1001101 1111

Color Harmonies of #461F09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461F09

Black with #461F09

Text Example


Text Example

White with #461F09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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