Html Css Color HEX #461C18 Brown Pod

📋 copy color: '#461C18'

red 70 ◦ green 28 ◦ blue 24

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

Shades of Brown Pod #461C18

Tints of Brown Pod #461C18

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 19.67%

R = 57.38%
G = 22.95%
B = 19.67%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#461C18 (or 0x461C18) is known color: Brown Pod. HEX triplet: 46, 1C and 18. RGB value is (70,28,24). Sum of RGB (Red+Green+Blue) = 70+28+24=122 (16% of max value = 765). Red value is 70 (27.73% from 255 or 57.38% from 122); Green value is 28 (11.33% from 255 or 22.95% from 122); Blue value is 24 (9.77% from 255 or 19.67% from 122); Max value from RGB is 70 - color contains mainly: red. Hex color #461C18 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #461C18 is #B9E3E7. Grayscale: #282828. Windows color (decimal): -12182504 or 1580102. OLE color: 1580102.

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

Color convert

RGB 70 28 24 -
CMYK 0 0.60 0.66 0.73
HSL 5.22º 0.49% 0.18% -
HSV(B) 5.22º 0.66% 0.27% -
XYZ 3.11 2.2 1.12 -
YUV 40.1 118.91 149.33 -
System Red Green Blue C M Y K H S L
Decimal 70 28 24 0 0.60 0.66 0.73 5.22 0.49 0.18
Hex 46 1C 18 0 3C 42 49 5 31 12
Octal 106 34 30 0 74 102 111 5 61 22
Binary 1000110 11100 11000 0 111100 1000010 1001001 101 110001 10010

Color Harmonies of #461C18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461C18

Black with #461C18

Text Example


Text Example

White with #461C18

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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