Html Css Color HEX #461C12 Brown Pod

📋 copy color: '#461C12'

red 70 ◦ green 28 ◦ blue 18

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

Shades of Brown Pod #461C12

Tints of Brown Pod #461C12

RGB

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

 GREEN value IS 28 (11.33% from 255) = 24.14%

 BLUE value IS 18 (7.42% from 255) = 15.52%

R = 60.34%
G = 24.14%
B = 15.52%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.74

 K value IS 0.73

RGB Variations

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

Color information

#461C12 (or 0x461C12) is known color: Brown Pod. HEX triplet: 46, 1C and 12. RGB value is (70,28,18). Sum of RGB (Red+Green+Blue) = 70+28+18=116 (15% of max value = 765). Red value is 70 (27.73% from 255 or 60.34% from 116); Green value is 28 (11.33% from 255 or 24.14% from 116); Blue value is 18 (7.42% from 255 or 15.52% from 116); Max value from RGB is 70 - color contains mainly: red. Hex color #461C12 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461C12 is #B9E3ED. Grayscale: #272727. Windows color (decimal): -12182510 or 1186886. OLE color: 1186886.

HSL color Cylindrical-coordinate representation of color #461C12: hue angle of 11.54º degrees, saturation: 0.59, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #461C12 is Cyan = 0, Magento = 0.60, Yellow = 0.74 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 28 18 -
CMYK 0 0.60 0.74 0.73
HSL 11.54º 0.59% 0.17% -
HSV(B) 11.54º 0.74% 0.27% -
XYZ 3.05 2.18 0.83 -
YUV 39.42 115.91 149.81 -
System Red Green Blue C M Y K H S L
Decimal 70 28 18 0 0.60 0.74 0.73 11.54 0.59 0.17
Hex 46 1C 12 0 3C 4A 49 C 3B 11
Octal 106 34 22 0 74 112 111 14 73 21
Binary 1000110 11100 10010 0 111100 1001010 1001001 1100 111011 10001

Color Harmonies of #461C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461C12

Black with #461C12

Text Example


Text Example

White with #461C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(70,28,18); }

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

background-color css

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

 a { background-color: rgb(70,28,18); }

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

border-color css

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

 span { border-color: rgb(70,28,18); }

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