Html Css Color HEX #461E03 Brown Pod

📋 copy color: '#461E03'

red 70 ◦ green 30 ◦ blue 3

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

Shades of Brown Pod #461E03

Tints of Brown Pod #461E03

RGB

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

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

 BLUE value IS 3 (1.56% from 255) = 2.91%

R = 67.96%
G = 29.13%
B = 2.91%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.96

 K value IS 0.73

RGB Variations

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

Color information

#461E03 (or 0x461E03) is known color: Brown Pod. HEX triplet: 46, 1E and 03. RGB value is (70,30,3). Sum of RGB (Red+Green+Blue) = 70+30+3=103 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.96% from 103); Green value is 30 (12.11% from 255 or 29.13% from 103); Blue value is 3 (1.56% from 255 or 2.91% from 103); Max value from RGB is 70 - color contains mainly: red. Hex color #461E03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461E03 is #B9E1FC. Grayscale: #272727. Windows color (decimal): -12182013 or 204358. OLE color: 204358.

HSL color Cylindrical-coordinate representation of color #461E03: hue angle of 24.18º degrees, saturation: 0.92, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #461E03 is Cyan = 0, Magento = 0.57, Yellow = 0.96 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 30 3 -
CMYK 0 0.57 0.96 0.73
HSL 24.18º 0.92% 0.14% -
HSV(B) 24.18º 0.96% 0.27% -
XYZ 3.01 2.24 0.36 -
YUV 38.88 107.75 150.2 -
System Red Green Blue C M Y K H S L
Decimal 70 30 3 0 0.57 0.96 0.73 24.18 0.92 0.14
Hex 46 1E 3 0 39 60 49 18 5C E
Octal 106 36 3 0 71 140 111 30 134 16
Binary 1000110 11110 11 0 111001 1100000 1001001 11000 1011100 1110

Color Harmonies of #461E03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461E03

Black with #461E03

Text Example


Text Example

White with #461E03

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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