Html Css Color HEX #461407 Brown Pod

📋 copy color: '#461407'

red 70 ◦ green 20 ◦ blue 7

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

Shades of Brown Pod #461407

Tints of Brown Pod #461407

RGB

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

 GREEN value IS 20 (8.2% from 255) = 20.62%

 BLUE value IS 7 (3.13% from 255) = 7.22%

R = 72.16%
G = 20.62%
B = 7.22%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.90

 K value IS 0.73

RGB Variations

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

Color information

#461407 (or 0x461407) is known color: Brown Pod. HEX triplet: 46, 14 and 07. RGB value is (70,20,7). Sum of RGB (Red+Green+Blue) = 70+20+7=97 (12% of max value = 765). Red value is 70 (27.73% from 255 or 72.16% from 97); Green value is 20 (8.20% from 255 or 20.62% from 97); Blue value is 7 (3.12% from 255 or 7.22% from 97); Max value from RGB is 70 - color contains mainly: red. Hex color #461407 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461407 is #B9EBF8. Grayscale: #212121. Windows color (decimal): -12184569 or 463942. OLE color: 463942.

HSL color Cylindrical-coordinate representation of color #461407: hue angle of 12.38º degrees, saturation: 0.82, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #461407 is Cyan = 0, Magento = 0.71, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 20 7 -
CMYK 0 0.71 0.90 0.73
HSL 12.38º 0.82% 0.15% -
HSV(B) 12.38º 0.9% 0.27% -
XYZ 2.81 1.82 0.4 -
YUV 33.47 113.07 154.06 -
System Red Green Blue C M Y K H S L
Decimal 70 20 7 0 0.71 0.90 0.73 12.38 0.82 0.15
Hex 46 14 7 0 47 5A 49 C 52 F
Octal 106 24 7 0 107 132 111 14 122 17
Binary 1000110 10100 111 0 1000111 1011010 1001001 1100 1010010 1111

Color Harmonies of #461407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461407

Black with #461407

Text Example


Text Example

White with #461407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461407; }

 p { color: rgb(70,20,7); }

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

background-color css

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

 a { background-color: rgb(70,20,7); }

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

border-color css

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

 span { border-color: rgb(70,20,7); }

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