Html Css Color HEX #461B0E Brown Pod

📋 copy color: '#461B0E'

red 70 ◦ green 27 ◦ blue 14

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

Shades of Brown Pod #461B0E

Tints of Brown Pod #461B0E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 24.32%

 BLUE value IS 14 (5.86% from 255) = 12.61%

R = 63.06%
G = 24.32%
B = 12.61%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.80

 K value IS 0.73

RGB Variations

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

Color information

#461B0E (or 0x461B0E) is known color: Brown Pod. HEX triplet: 46, 1B and 0E. RGB value is (70,27,14). Sum of RGB (Red+Green+Blue) = 70+27+14=111 (14% of max value = 765). Red value is 70 (27.73% from 255 or 63.06% from 111); Green value is 27 (10.94% from 255 or 24.32% from 111); Blue value is 14 (5.86% from 255 or 12.61% from 111); Max value from RGB is 70 - color contains mainly: red. Hex color #461B0E is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461B0E is #B9E4F1. Grayscale: #262626. Windows color (decimal): -12182770 or 924486. OLE color: 924486.

HSL color Cylindrical-coordinate representation of color #461B0E: hue angle of 13.93º degrees, saturation: 0.67, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #461B0E is Cyan = 0, Magento = 0.61, Yellow = 0.80 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 27 14 -
CMYK 0 0.61 0.80 0.73
HSL 13.93º 0.67% 0.16% -
HSV(B) 13.93º 0.8% 0.27% -
XYZ 3 2.12 0.67 -
YUV 38.38 114.25 150.56 -
System Red Green Blue C M Y K H S L
Decimal 70 27 14 0 0.61 0.80 0.73 13.93 0.67 0.16
Hex 46 1B E 0 3D 50 49 E 43 10
Octal 106 33 16 0 75 120 111 16 103 20
Binary 1000110 11011 1110 0 111101 1010000 1001001 1110 1000011 10000

Color Harmonies of #461B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461B0E

Black with #461B0E

Text Example


Text Example

White with #461B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,27,14); }

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

background-color css

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

 a { background-color: rgb(70,27,14); }

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

border-color css

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

 span { border-color: rgb(70,27,14); }

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