Html Css Color HEX #5A1706 Red Oxide

📋 copy color: '#5A1706'

red 90 ◦ green 23 ◦ blue 6

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

Shades of Red Oxide #5A1706

Tints of Red Oxide #5A1706

RGB

 RED value IS 90 (35.55% from 255) = 75.63%

 GREEN value IS 23 (9.38% from 255) = 19.33%

 BLUE value IS 6 (2.73% from 255) = 5.04%

R = 75.63%
G = 19.33%
B = 5.04%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.93

 K value IS 0.65

RGB Variations

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

Color information

#5A1706 (or 0x5A1706) is known color: Red Oxide. HEX triplet: 5A, 17 and 06. RGB value is (90,23,6). Sum of RGB (Red+Green+Blue) = 90+23+6=119 (15% of max value = 765). Red value is 90 (35.55% from 255 or 75.63% from 119); Green value is 23 (9.38% from 255 or 19.33% from 119); Blue value is 6 (2.73% from 255 or 5.04% from 119); Max value from RGB is 90 - color contains mainly: red. Hex color #5A1706 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #5A1706 is #A5E8F9. Grayscale: #292929. Windows color (decimal): -10873082 or 399194. OLE color: 399194.

HSL color Cylindrical-coordinate representation of color #5A1706: hue angle of 12.14º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5A1706 is Cyan = 0, Magento = 0.74, Yellow = 0.93 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 23 6 -
CMYK 0 0.74 0.93 0.65
HSL 12.14º 0.88% 0.19% -
HSV(B) 12.14º 0.93% 0.35% -
XYZ 4.56 2.8 0.47 -
YUV 41.1 108.2 162.88 -
System Red Green Blue C M Y K H S L
Decimal 90 23 6 0 0.74 0.93 0.65 12.14 0.88 0.19
Hex 5A 17 6 0 4A 5D 41 C 58 13
Octal 132 27 6 0 112 135 101 14 130 23
Binary 1011010 10111 110 0 1001010 1011101 1000001 1100 1011000 10011

Color Harmonies of #5A1706

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1706

Black with #5A1706

Text Example


Text Example

White with #5A1706

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A1706; }

 p { color: rgb(90,23,6); }

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

background-color css

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

 a { background-color: rgb(90,23,6); }

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

border-color css

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

 span { border-color: rgb(90,23,6); }

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