Html Css Color HEX #462005 Brown Pod

📋 copy color: '#462005'

red 70 ◦ green 32 ◦ blue 5

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

Shades of Brown Pod #462005

Tints of Brown Pod #462005

RGB

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

 GREEN value IS 32 (12.89% from 255) = 29.91%

 BLUE value IS 5 (2.34% from 255) = 4.67%

R = 65.42%
G = 29.91%
B = 4.67%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.93

 K value IS 0.73

RGB Variations

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

Color information

#462005 (or 0x462005) is known color: Brown Pod. HEX triplet: 46, 20 and 05. RGB value is (70,32,5). Sum of RGB (Red+Green+Blue) = 70+32+5=107 (14% of max value = 765). Red value is 70 (27.73% from 255 or 65.42% from 107); Green value is 32 (12.89% from 255 or 29.91% from 107); Blue value is 5 (2.34% from 255 or 4.67% from 107); Max value from RGB is 70 - color contains mainly: red. Hex color #462005 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462005 is #B9DFFA. Grayscale: #282828. Windows color (decimal): -12181499 or 335942. OLE color: 335942.

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

Color convert

RGB 70 32 5 -
CMYK 0 0.54 0.93 0.73
HSL 24.92º 0.87% 0.15% -
HSV(B) 24.92º 0.93% 0.27% -
XYZ 3.07 2.35 0.43 -
YUV 40.28 108.09 149.2 -
System Red Green Blue C M Y K H S L
Decimal 70 32 5 0 0.54 0.93 0.73 24.92 0.87 0.15
Hex 46 20 5 0 36 5D 49 19 57 F
Octal 106 40 5 0 66 135 111 31 127 17
Binary 1000110 100000 101 0 110110 1011101 1001001 11001 1010111 1111

Color Harmonies of #462005

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462005

Black with #462005

Text Example


Text Example

White with #462005

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462005; }

 p { color: rgb(70,32,5); }

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

background-color css

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

 a { background-color: rgb(70,32,5); }

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

border-color css

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

 span { border-color: rgb(70,32,5); }

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