Html Css Color HEX #461B07 Brown Pod

📋 copy color: '#461B07'

red 70 ◦ green 27 ◦ blue 7

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

Shades of Brown Pod #461B07

Tints of Brown Pod #461B07

RGB

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

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

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

R = 67.31%
G = 25.96%
B = 6.73%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.90

 K value IS 0.73

RGB Variations

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

Color information

#461B07 (or 0x461B07) is known color: Brown Pod. HEX triplet: 46, 1B and 07. RGB value is (70,27,7). Sum of RGB (Red+Green+Blue) = 70+27+7=104 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.31% from 104); Green value is 27 (10.94% from 255 or 25.96% from 104); Blue value is 7 (3.12% from 255 or 6.73% from 104); Max value from RGB is 70 - color contains mainly: red. Hex color #461B07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461B07 is #B9E4F8. Grayscale: #252525. Windows color (decimal): -12182777 or 465734. OLE color: 465734.

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

Color convert

RGB 70 27 7 -
CMYK 0 0.61 0.90 0.73
HSL 19.05º 0.82% 0.15% -
HSV(B) 19.05º 0.9% 0.27% -
XYZ 2.96 2.1 0.45 -
YUV 37.58 110.75 151.13 -
System Red Green Blue C M Y K H S L
Decimal 70 27 7 0 0.61 0.90 0.73 19.05 0.82 0.15
Hex 46 1B 7 0 3D 5A 49 13 52 F
Octal 106 33 7 0 75 132 111 23 122 17
Binary 1000110 11011 111 0 111101 1011010 1001001 10011 1010010 1111

Color Harmonies of #461B07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461B07

Black with #461B07

Text Example


Text Example

White with #461B07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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