Html Css Color HEX #462518 Brown Pod

📋 copy color: '#462518'

red 70 ◦ green 37 ◦ blue 24

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

Shades of Brown Pod #462518

Tints of Brown Pod #462518

RGB

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

 GREEN value IS 37 (14.84% from 255) = 28.24%

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

R = 53.44%
G = 28.24%
B = 18.32%

CMYK

 C value IS 0

 M value IS 0.47

 Y value IS 0.66

 K value IS 0.73

RGB Variations

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

Color information

#462518 (or 0x462518) is known color: Brown Pod. HEX triplet: 46, 25 and 18. RGB value is (70,37,24). Sum of RGB (Red+Green+Blue) = 70+37+24=131 (17% of max value = 765). Red value is 70 (27.73% from 255 or 53.44% from 131); Green value is 37 (14.84% from 255 or 28.24% from 131); Blue value is 24 (9.77% from 255 or 18.32% from 131); Max value from RGB is 70 - color contains mainly: red. Hex color #462518 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462518 is #B9DAE7. Grayscale: #2D2D2D. Windows color (decimal): -12180200 or 1582406. OLE color: 1582406.

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

Color convert

RGB 70 37 24 -
CMYK 0 0.47 0.66 0.73
HSL 16.96º 0.49% 0.18% -
HSV(B) 16.96º 0.66% 0.27% -
XYZ 3.35 2.69 1.21 -
YUV 45.39 115.93 145.56 -
System Red Green Blue C M Y K H S L
Decimal 70 37 24 0 0.47 0.66 0.73 16.96 0.49 0.18
Hex 46 25 18 0 2F 42 49 11 31 12
Octal 106 45 30 0 57 102 111 21 61 22
Binary 1000110 100101 11000 0 101111 1000010 1001001 10001 110001 10010

Color Harmonies of #462518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462518

Black with #462518

Text Example


Text Example

White with #462518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462518; }

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

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

background-color css

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

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

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

border-color css

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

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

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