Html Css Color HEX #462308 Brown Pod

📋 copy color: '#462308'

red 70 ◦ green 35 ◦ blue 8

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

Shades of Brown Pod #462308

Tints of Brown Pod #462308

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 7.08%

R = 61.95%
G = 30.97%
B = 7.08%

CMYK

 C value IS 0

 M value IS 0.5

 Y value IS 0.89

 K value IS 0.73

RGB Variations

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

Color information

#462308 (or 0x462308) is known color: Brown Pod. HEX triplet: 46, 23 and 08. RGB value is (70,35,8). Sum of RGB (Red+Green+Blue) = 70+35+8=113 (14% of max value = 765). Red value is 70 (27.73% from 255 or 61.95% from 113); Green value is 35 (14.06% from 255 or 30.97% from 113); Blue value is 8 (3.52% from 255 or 7.08% from 113); Max value from RGB is 70 - color contains mainly: red. Hex color #462308 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462308 is #B9DCF7. Grayscale: #2A2A2A. Windows color (decimal): -12180728 or 533318. OLE color: 533318.

HSL color Cylindrical-coordinate representation of color #462308: hue angle of 26.13º degrees, saturation: 0.79, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #462308 is Cyan = 0, Magento = 0.5, Yellow = 0.89 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 35 8 -
CMYK 0 0.5 0.89 0.73
HSL 26.13º 0.79% 0.15% -
HSV(B) 26.13º 0.89% 0.27% -
XYZ 3.17 2.52 0.55 -
YUV 42.39 108.6 147.7 -
System Red Green Blue C M Y K H S L
Decimal 70 35 8 0 0.5 0.89 0.73 26.13 0.79 0.15
Hex 46 23 8 0 32 59 49 1A 4F F
Octal 106 43 10 0 62 131 111 32 117 17
Binary 1000110 100011 1000 0 110010 1011001 1001001 11010 1001111 1111

Color Harmonies of #462308

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462308

Black with #462308

Text Example


Text Example

White with #462308

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462308; }

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

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

background-color css

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

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

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

border-color css

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

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

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