Html Css Color HEX #462218 Brown Pod

📋 copy color: '#462218'

red 70 ◦ green 34 ◦ blue 24

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

Shades of Brown Pod #462218

Tints of Brown Pod #462218

RGB

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

 GREEN value IS 34 (13.67% from 255) = 26.56%

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

R = 54.69%
G = 26.56%
B = 18.75%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#462218 (or 0x462218) is known color: Brown Pod. HEX triplet: 46, 22 and 18. RGB value is (70,34,24). Sum of RGB (Red+Green+Blue) = 70+34+24=128 (16% of max value = 765). Red value is 70 (27.73% from 255 or 54.69% from 128); Green value is 34 (13.67% from 255 or 26.56% from 128); Blue value is 24 (9.77% from 255 or 18.75% from 128); Max value from RGB is 70 - color contains mainly: red. Hex color #462218 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462218 is #B9DDE7. Grayscale: #2B2B2B. Windows color (decimal): -12180968 or 1581638. OLE color: 1581638.

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

Color convert

RGB 70 34 24 -
CMYK 0 0.51 0.66 0.73
HSL 13.04º 0.49% 0.18% -
HSV(B) 13.04º 0.66% 0.27% -
XYZ 3.26 2.51 1.18 -
YUV 43.62 116.93 146.81 -
System Red Green Blue C M Y K H S L
Decimal 70 34 24 0 0.51 0.66 0.73 13.04 0.49 0.18
Hex 46 22 18 0 33 42 49 D 31 12
Octal 106 42 30 0 63 102 111 15 61 22
Binary 1000110 100010 11000 0 110011 1000010 1001001 1101 110001 10010

Color Harmonies of #462218

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462218

Black with #462218

Text Example


Text Example

White with #462218

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462218; }

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

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

background-color css

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

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

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

border-color css

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

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

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