Html Css Color HEX #462318 Brown Pod

📋 copy color: '#462318'

red 70 ◦ green 35 ◦ blue 24

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

Shades of Brown Pod #462318

Tints of Brown Pod #462318

RGB

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

 GREEN value IS 35 (14.06% from 255) = 27.13%

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

R = 54.26%
G = 27.13%
B = 18.6%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#462318 (or 0x462318) is known color: Brown Pod. HEX triplet: 46, 23 and 18. RGB value is (70,35,24). Sum of RGB (Red+Green+Blue) = 70+35+24=129 (17% of max value = 765). Red value is 70 (27.73% from 255 or 54.26% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 24 (9.77% from 255 or 18.60% from 129); Max value from RGB is 70 - color contains mainly: red. Hex color #462318 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462318 is #B9DCE7. Grayscale: #2C2C2C. Windows color (decimal): -12180712 or 1581894. OLE color: 1581894.

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

Color convert

RGB 70 35 24 -
CMYK 0 0.5 0.66 0.73
HSL 14.35º 0.49% 0.18% -
HSV(B) 14.35º 0.66% 0.27% -
XYZ 3.29 2.57 1.19 -
YUV 44.21 116.6 146.39 -
System Red Green Blue C M Y K H S L
Decimal 70 35 24 0 0.5 0.66 0.73 14.35 0.49 0.18
Hex 46 23 18 0 32 42 49 E 31 12
Octal 106 43 30 0 62 102 111 16 61 22
Binary 1000110 100011 11000 0 110010 1000010 1001001 1110 110001 10010

Color Harmonies of #462318

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462318

Black with #462318

Text Example


Text Example

White with #462318

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462318; }

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

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

background-color css

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

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

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

border-color css

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

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

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