Html Css Color HEX #461C09 Brown Pod

📋 copy color: '#461C09'

red 70 ◦ green 28 ◦ blue 9

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

Shades of Brown Pod #461C09

Tints of Brown Pod #461C09

RGB

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

 GREEN value IS 28 (11.33% from 255) = 26.17%

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

R = 65.42%
G = 26.17%
B = 8.41%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.87

 K value IS 0.73

RGB Variations

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

Color information

#461C09 (or 0x461C09) is known color: Brown Pod. HEX triplet: 46, 1C and 09. RGB value is (70,28,9). Sum of RGB (Red+Green+Blue) = 70+28+9=107 (14% of max value = 765). Red value is 70 (27.73% from 255 or 65.42% from 107); Green value is 28 (11.33% from 255 or 26.17% from 107); Blue value is 9 (3.91% from 255 or 8.41% from 107); Max value from RGB is 70 - color contains mainly: red. Hex color #461C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461C09 is #B9E3F6. Grayscale: #262626. Windows color (decimal): -12182519 or 597062. OLE color: 597062.

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

Color convert

RGB 70 28 9 -
CMYK 0 0.60 0.87 0.73
HSL 18.69º 0.77% 0.15% -
HSV(B) 18.69º 0.87% 0.27% -
XYZ 2.99 2.15 0.52 -
YUV 38.39 111.41 150.54 -
System Red Green Blue C M Y K H S L
Decimal 70 28 9 0 0.60 0.87 0.73 18.69 0.77 0.15
Hex 46 1C 9 0 3C 57 49 13 4D F
Octal 106 34 11 0 74 127 111 23 115 17
Binary 1000110 11100 1001 0 111100 1010111 1001001 10011 1001101 1111

Color Harmonies of #461C09

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461C09

Black with #461C09

Text Example


Text Example

White with #461C09

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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