Html Css Color HEX #461F1A Brown Pod

📋 copy color: '#461F1A'

red 70 ◦ green 31 ◦ blue 26

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

Shades of Brown Pod #461F1A

Tints of Brown Pod #461F1A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 20.47%

R = 55.12%
G = 24.41%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.56

 Y value IS 0.63

 K value IS 0.73

RGB Variations

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

Color information

#461F1A (or 0x461F1A) is known color: Brown Pod. HEX triplet: 46, 1F and 1A. RGB value is (70,31,26). Sum of RGB (Red+Green+Blue) = 70+31+26=127 (16% of max value = 765). Red value is 70 (27.73% from 255 or 55.12% from 127); Green value is 31 (12.5% from 255 or 24.41% from 127); Blue value is 26 (10.55% from 255 or 20.47% from 127); Max value from RGB is 70 - color contains mainly: red. Hex color #461F1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #461F1A is #B9E0E5. Grayscale: #2A2A2A. Windows color (decimal): -12181734 or 1711942. OLE color: 1711942.

HSL color Cylindrical-coordinate representation of color #461F1A: hue angle of 6.82º degrees, saturation: 0.46, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #461F1A is Cyan = 0, Magento = 0.56, Yellow = 0.63 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 31 26 -
CMYK 0 0.56 0.63 0.73
HSL 6.82º 0.46% 0.19% -
HSV(B) 6.82º 0.63% 0.27% -
XYZ 3.2 2.36 1.26 -
YUV 42.09 118.92 147.91 -
System Red Green Blue C M Y K H S L
Decimal 70 31 26 0 0.56 0.63 0.73 6.82 0.46 0.19
Hex 46 1F 1A 0 38 3F 49 7 2E 13
Octal 106 37 32 0 70 77 111 7 56 23
Binary 1000110 11111 11010 0 111000 111111 1001001 111 101110 10011

Color Harmonies of #461F1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461F1A

Black with #461F1A

Text Example


Text Example

White with #461F1A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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