Html Css Color HEX #461708 Brown Pod

📋 copy color: '#461708'

red 70 ◦ green 23 ◦ blue 8

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

Shades of Brown Pod #461708

Tints of Brown Pod #461708

RGB

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

 GREEN value IS 23 (9.38% from 255) = 22.77%

 BLUE value IS 8 (3.52% from 255) = 7.92%

R = 69.31%
G = 22.77%
B = 7.92%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.89

 K value IS 0.73

RGB Variations

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

Color information

#461708 (or 0x461708) is known color: Brown Pod. HEX triplet: 46, 17 and 08. RGB value is (70,23,8). Sum of RGB (Red+Green+Blue) = 70+23+8=101 (13% of max value = 765). Red value is 70 (27.73% from 255 or 69.31% from 101); Green value is 23 (9.38% from 255 or 22.77% from 101); Blue value is 8 (3.52% from 255 or 7.92% from 101); Max value from RGB is 70 - color contains mainly: red. Hex color #461708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461708 is #B9E8F7. Grayscale: #232323. Windows color (decimal): -12183800 or 530246. OLE color: 530246.

HSL color Cylindrical-coordinate representation of color #461708: hue angle of 14.52º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #461708 is Cyan = 0, Magento = 0.67, Yellow = 0.89 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 23 8 -
CMYK 0 0.67 0.89 0.73
HSL 14.52º 0.79% 0.15% -
HSV(B) 14.52º 0.89% 0.27% -
XYZ 2.88 1.93 0.45 -
YUV 35.34 112.57 152.72 -
System Red Green Blue C M Y K H S L
Decimal 70 23 8 0 0.67 0.89 0.73 14.52 0.79 0.15
Hex 46 17 8 0 43 59 49 F 4F F
Octal 106 27 10 0 103 131 111 17 117 17
Binary 1000110 10111 1000 0 1000011 1011001 1001001 1111 1001111 1111

Color Harmonies of #461708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461708

Black with #461708

Text Example


Text Example

White with #461708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461708; }

 p { color: rgb(70,23,8); }

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

background-color css

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

 a { background-color: rgb(70,23,8); }

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

border-color css

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

 span { border-color: rgb(70,23,8); }

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