Html Css Color HEX #462102 Brown Pod

📋 copy color: '#462102'

red 70 ◦ green 33 ◦ blue 2

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

Shades of Brown Pod #462102

Tints of Brown Pod #462102

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 1.9%

R = 66.67%
G = 31.43%
B = 1.9%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.97

 K value IS 0.73

RGB Variations

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

Color information

#462102 (or 0x462102) is known color: Brown Pod. HEX triplet: 46, 21 and 02. RGB value is (70,33,2). Sum of RGB (Red+Green+Blue) = 70+33+2=105 (13% of max value = 765). Red value is 70 (27.73% from 255 or 66.67% from 105); Green value is 33 (13.28% from 255 or 31.43% from 105); Blue value is 2 (1.17% from 255 or 1.90% from 105); Max value from RGB is 70 - color contains mainly: red. Hex color #462102 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #462102 is #B9DEFD. Grayscale: #282828. Windows color (decimal): -12181246 or 139590. OLE color: 139590.

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

Color convert

RGB 70 33 2 -
CMYK 0 0.53 0.97 0.73
HSL 27.35º 0.94% 0.14% -
HSV(B) 27.35º 0.97% 0.27% -
XYZ 3.08 2.39 0.36 -
YUV 40.53 106.26 149.02 -
System Red Green Blue C M Y K H S L
Decimal 70 33 2 0 0.53 0.97 0.73 27.35 0.94 0.14
Hex 46 21 2 0 35 61 49 1B 5E E
Octal 106 41 2 0 65 141 111 33 136 16
Binary 1000110 100001 10 0 110101 1100001 1001001 11011 1011110 1110

Color Harmonies of #462102

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #462102

Black with #462102

Text Example


Text Example

White with #462102

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #462102; }

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

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

background-color css

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

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

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

border-color css

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

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

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