Html Css Color HEX #461F08 Brown Pod

📋 copy color: '#461F08'

red 70 ◦ green 31 ◦ blue 8

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

Shades of Brown Pod #461F08

Tints of Brown Pod #461F08

RGB

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

 GREEN value IS 31 (12.5% from 255) = 28.44%

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

R = 64.22%
G = 28.44%
B = 7.34%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.89

 K value IS 0.73

RGB Variations

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

Color information

#461F08 (or 0x461F08) is known color: Brown Pod. HEX triplet: 46, 1F and 08. RGB value is (70,31,8). Sum of RGB (Red+Green+Blue) = 70+31+8=109 (14% of max value = 765). Red value is 70 (27.73% from 255 or 64.22% from 109); Green value is 31 (12.5% from 255 or 28.44% from 109); Blue value is 8 (3.52% from 255 or 7.34% from 109); Max value from RGB is 70 - color contains mainly: red. Hex color #461F08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461F08 is #B9E0F7. Grayscale: #282828. Windows color (decimal): -12181752 or 532294. OLE color: 532294.

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

Color convert

RGB 70 31 8 -
CMYK 0 0.56 0.89 0.73
HSL 22.26º 0.79% 0.15% -
HSV(B) 22.26º 0.89% 0.27% -
XYZ 3.06 2.3 0.51 -
YUV 40.04 109.92 149.37 -
System Red Green Blue C M Y K H S L
Decimal 70 31 8 0 0.56 0.89 0.73 22.26 0.79 0.15
Hex 46 1F 8 0 38 59 49 16 4F F
Octal 106 37 10 0 70 131 111 26 117 17
Binary 1000110 11111 1000 0 111000 1011001 1001001 10110 1001111 1111

Color Harmonies of #461F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461F08

Black with #461F08

Text Example


Text Example

White with #461F08

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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