Html Css Color HEX #461D09 Brown Pod

📋 copy color: '#461D09'

red 70 ◦ green 29 ◦ blue 9

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

Shades of Brown Pod #461D09

Tints of Brown Pod #461D09

RGB

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

 GREEN value IS 29 (11.72% from 255) = 26.85%

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

R = 64.81%
G = 26.85%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#461D09 (or 0x461D09) is known color: Brown Pod. HEX triplet: 46, 1D and 09. RGB value is (70,29,9). Sum of RGB (Red+Green+Blue) = 70+29+9=108 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.81% from 108); Green value is 29 (11.72% from 255 or 26.85% from 108); Blue value is 9 (3.91% from 255 or 8.33% from 108); Max value from RGB is 70 - color contains mainly: red. Hex color #461D09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461D09 is #B9E2F6. Grayscale: #272727. Windows color (decimal): -12182263 or 597318. OLE color: 597318.

HSL color Cylindrical-coordinate representation of color #461D09: hue angle of 19.67º 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 #461D09 is Cyan = 0, Magento = 0.59, Yellow = 0.87 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 29 9 -
CMYK 0 0.59 0.87 0.73
HSL 19.67º 0.77% 0.15% -
HSV(B) 19.67º 0.87% 0.27% -
XYZ 3.01 2.2 0.52 -
YUV 38.98 111.08 150.13 -
System Red Green Blue C M Y K H S L
Decimal 70 29 9 0 0.59 0.87 0.73 19.67 0.77 0.15
Hex 46 1D 9 0 3B 57 49 14 4D F
Octal 106 35 11 0 73 127 111 24 115 17
Binary 1000110 11101 1001 0 111011 1010111 1001001 10100 1001101 1111

Color Harmonies of #461D09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461D09

Black with #461D09

Text Example


Text Example

White with #461D09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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