Html Css Color HEX #462418 Brown Pod

📋 copy color: '#462418'

red 70 ◦ green 36 ◦ blue 24

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

Shades of Brown Pod #462418

Tints of Brown Pod #462418

RGB

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

 GREEN value IS 36 (14.45% from 255) = 27.69%

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

R = 53.85%
G = 27.69%
B = 18.46%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#462418 (or 0x462418) is known color: Brown Pod. HEX triplet: 46, 24 and 18. RGB value is (70,36,24). Sum of RGB (Red+Green+Blue) = 70+36+24=130 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.85% from 130); Green value is 36 (14.45% from 255 or 27.69% from 130); Blue value is 24 (9.77% from 255 or 18.46% from 130); Max value from RGB is 70 - color contains mainly: red. Hex color #462418 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462418 is #B9DBE7. Grayscale: #2C2C2C. Windows color (decimal): -12180456 or 1582150. OLE color: 1582150.

HSL color Cylindrical-coordinate representation of color #462418: hue angle of 15.65º 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 #462418 is Cyan = 0, Magento = 0.49, Yellow = 0.66 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 36 24 -
CMYK 0 0.49 0.66 0.73
HSL 15.65º 0.49% 0.18% -
HSV(B) 15.65º 0.66% 0.27% -
XYZ 3.32 2.63 1.2 -
YUV 44.8 116.26 145.98 -
System Red Green Blue C M Y K H S L
Decimal 70 36 24 0 0.49 0.66 0.73 15.65 0.49 0.18
Hex 46 24 18 0 31 42 49 10 31 12
Octal 106 44 30 0 61 102 111 20 61 22
Binary 1000110 100100 11000 0 110001 1000010 1001001 10000 110001 10010

Color Harmonies of #462418

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462418

Black with #462418

Text Example


Text Example

White with #462418

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462418; }

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

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

background-color css

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

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

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

border-color css

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

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

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