Html Css Color HEX #462200 Brown Pod

📋 copy color: '#462200'

red 70 ◦ green 34 ◦ blue 0

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

Shades of Brown Pod #462200

Tints of Brown Pod #462200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 67.31%
G = 32.69%
B = 0%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 1

 K value IS 0.73

RGB Variations

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

Color information

#462200 (or 0x462200) is known color: Brown Pod. HEX triplet: 46, 22 and 00. RGB value is (70,34,0). Sum of RGB (Red+Green+Blue) = 70+34+0=104 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.31% from 104); Green value is 34 (13.67% from 255 or 32.69% from 104); Blue value is 0 (0.39% from 255 or 0% from 104); Max value from RGB is 70 - color contains mainly: red. Hex color #462200 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462200 is #B9DDFF. Grayscale: #292929. Windows color (decimal): -12180992 or 8774. OLE color: 8774.

HSL color Cylindrical-coordinate representation of color #462200: hue angle of 29.14º degrees, saturation: 1, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 1%. Process color model (Four color, CMYK) of #462200 is Cyan = 0, Magento = 0.51, Yellow = 1 and Black (K on CMYK) = 0.73.

Color convert

RGB 70 34 0 -
CMYK 0 0.51 1 0.73
HSL 29.14º 1% 0.14% -
HSV(B) 29.14º 1% 0.27% -
XYZ 3.1 2.45 0.31 -
YUV 40.89 104.93 148.76 -
System Red Green Blue C M Y K H S L
Decimal 70 34 0 0 0.51 1 0.73 29.14 1 0.14
Hex 46 22 0 0 33 64 49 1D 64 E
Octal 106 42 0 0 63 144 111 35 144 16
Binary 1000110 100010 0 0 110011 1100100 1001001 11101 1100100 1110

Color Harmonies of #462200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462200

Black with #462200

Text Example


Text Example

White with #462200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462200; }

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

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

background-color css

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

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

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

border-color css

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

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

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