Html Css Color HEX #462101 Brown Pod

📋 copy color: '#462101'

red 70 ◦ green 33 ◦ blue 1

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

Shades of Brown Pod #462101

Tints of Brown Pod #462101

RGB

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

 GREEN value IS 33 (13.28% from 255) = 31.73%

 BLUE value IS 1 (0.78% from 255) = 0.96%

R = 67.31%
G = 31.73%
B = 0.96%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.99

 K value IS 0.73

RGB Variations

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

Color information

#462101 (or 0x462101) is known color: Brown Pod. HEX triplet: 46, 21 and 01. RGB value is (70,33,1). Sum of RGB (Red+Green+Blue) = 70+33+1=104 (13% of max value = 765). Red value is 70 (27.73% from 255 or 67.31% from 104); Green value is 33 (13.28% from 255 or 31.73% from 104); Blue value is 1 (0.78% from 255 or 0.96% from 104); Max value from RGB is 70 - color contains mainly: red. Hex color #462101 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462101 is #B9DEFE. Grayscale: #282828. Windows color (decimal): -12181247 or 74054. OLE color: 74054.

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

Color convert

RGB 70 33 1 -
CMYK 0 0.53 0.99 0.73
HSL 27.83º 0.97% 0.14% -
HSV(B) 27.83º 0.99% 0.27% -
XYZ 3.08 2.39 0.33 -
YUV 40.42 105.76 149.1 -
System Red Green Blue C M Y K H S L
Decimal 70 33 1 0 0.53 0.99 0.73 27.83 0.97 0.14
Hex 46 21 1 0 35 63 49 1C 61 E
Octal 106 41 1 0 65 143 111 34 141 16
Binary 1000110 100001 1 0 110101 1100011 1001001 11100 1100001 1110

Color Harmonies of #462101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462101

Black with #462101

Text Example


Text Example

White with #462101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462101; }

 p { color: rgb(70,33,1); }

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

background-color css

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

 a { background-color: rgb(70,33,1); }

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

border-color css

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

 span { border-color: rgb(70,33,1); }

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