Html Css Color HEX #461E08 Brown Pod

📋 copy color: '#461E08'

red 70 ◦ green 30 ◦ blue 8

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

Shades of Brown Pod #461E08

Tints of Brown Pod #461E08

RGB

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

 GREEN value IS 30 (12.11% from 255) = 27.78%

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

R = 64.81%
G = 27.78%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.89

 K value IS 0.73

RGB Variations

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

Color information

#461E08 (or 0x461E08) is known color: Brown Pod. HEX triplet: 46, 1E and 08. RGB value is (70,30,8). Sum of RGB (Red+Green+Blue) = 70+30+8=108 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.81% from 108); Green value is 30 (12.11% from 255 or 27.78% from 108); Blue value is 8 (3.52% from 255 or 7.41% from 108); Max value from RGB is 70 - color contains mainly: red. Hex color #461E08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461E08 is #B9E1F7. Grayscale: #272727. Windows color (decimal): -12182008 or 532038. OLE color: 532038.

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

Color convert

RGB 70 30 8 -
CMYK 0 0.57 0.89 0.73
HSL 21.29º 0.79% 0.15% -
HSV(B) 21.29º 0.89% 0.27% -
XYZ 3.03 2.25 0.5 -
YUV 39.45 110.25 149.79 -
System Red Green Blue C M Y K H S L
Decimal 70 30 8 0 0.57 0.89 0.73 21.29 0.79 0.15
Hex 46 1E 8 0 39 59 49 15 4F F
Octal 106 36 10 0 71 131 111 25 117 17
Binary 1000110 11110 1000 0 111001 1011001 1001001 10101 1001111 1111

Color Harmonies of #461E08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461E08

Black with #461E08

Text Example


Text Example

White with #461E08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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