Html Css Color HEX #461807 Brown Pod

📋 copy color: '#461807'

red 70 ◦ green 24 ◦ blue 7

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

Shades of Brown Pod #461807

Tints of Brown Pod #461807

RGB

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

 GREEN value IS 24 (9.77% from 255) = 23.76%

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

R = 69.31%
G = 23.76%
B = 6.93%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.73

RGB Variations

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

Color information

#461807 (or 0x461807) is known color: Brown Pod. HEX triplet: 46, 18 and 07. RGB value is (70,24,7). Sum of RGB (Red+Green+Blue) = 70+24+7=101 (13% of max value = 765). Red value is 70 (27.73% from 255 or 69.31% from 101); Green value is 24 (9.77% from 255 or 23.76% from 101); Blue value is 7 (3.12% from 255 or 6.93% from 101); Max value from RGB is 70 - color contains mainly: red. Hex color #461807 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461807 is #B9E7F8. Grayscale: #232323. Windows color (decimal): -12183545 or 464966. OLE color: 464966.

HSL color Cylindrical-coordinate representation of color #461807: hue angle of 16.19º 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 #461807 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 24 7 -
CMYK 0 0.66 0.90 0.73
HSL 16.19º 0.82% 0.15% -
HSV(B) 16.19º 0.9% 0.27% -
XYZ 2.89 1.97 0.43 -
YUV 35.82 111.74 152.38 -
System Red Green Blue C M Y K H S L
Decimal 70 24 7 0 0.66 0.90 0.73 16.19 0.82 0.15
Hex 46 18 7 0 42 5A 49 10 52 F
Octal 106 30 7 0 102 132 111 20 122 17
Binary 1000110 11000 111 0 1000010 1011010 1001001 10000 1010010 1111

Color Harmonies of #461807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461807

Black with #461807

Text Example


Text Example

White with #461807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461807; }

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

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

background-color css

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

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

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

border-color css

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

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

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