Html Css Color HEX #461204 Brown Pod

📋 copy color: '#461204'

red 70 ◦ green 18 ◦ blue 4

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

Shades of Brown Pod #461204

Tints of Brown Pod #461204

RGB

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

 GREEN value IS 18 (7.42% from 255) = 19.57%

 BLUE value IS 4 (1.95% from 255) = 4.35%

R = 76.09%
G = 19.57%
B = 4.35%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.94

 K value IS 0.73

RGB Variations

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

Color information

#461204 (or 0x461204) is known color: Brown Pod. HEX triplet: 46, 12 and 04. RGB value is (70,18,4). Sum of RGB (Red+Green+Blue) = 70+18+4=92 (12% of max value = 765). Red value is 70 (27.73% from 255 or 76.09% from 92); Green value is 18 (7.42% from 255 or 19.57% from 92); Blue value is 4 (1.95% from 255 or 4.35% from 92); Max value from RGB is 70 - color contains mainly: red. Hex color #461204 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #461204 is #B9EDFB. Grayscale: #202020. Windows color (decimal): -12185084 or 266822. OLE color: 266822.

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

Color convert

RGB 70 18 4 -
CMYK 0 0.74 0.94 0.73
HSL 12.73º 0.89% 0.15% -
HSV(B) 12.73º 0.94% 0.27% -
XYZ 2.76 1.74 0.31 -
YUV 31.95 112.23 155.14 -
System Red Green Blue C M Y K H S L
Decimal 70 18 4 0 0.74 0.94 0.73 12.73 0.89 0.15
Hex 46 12 4 0 4A 5E 49 D 59 F
Octal 106 22 4 0 112 136 111 15 131 17
Binary 1000110 10010 100 0 1001010 1011110 1001001 1101 1011001 1111

Color Harmonies of #461204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #461204

Black with #461204

Text Example


Text Example

White with #461204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #461204; }

 p { color: rgb(70,18,4); }

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

background-color css

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

 a { background-color: rgb(70,18,4); }

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

border-color css

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

 span { border-color: rgb(70,18,4); }

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