Html Css Color HEX #551708 Red Oxide

📋 copy color: '#551708'

red 85 ◦ green 23 ◦ blue 8

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

Shades of Red Oxide #551708

Tints of Red Oxide #551708

RGB

 RED value IS 85 (33.59% from 255) = 73.28%

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

 BLUE value IS 8 (3.52% from 255) = 6.9%

R = 73.28%
G = 19.83%
B = 6.9%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.91

 K value IS 0.67

RGB Variations

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

Color information

#551708 (or 0x551708) is known color: Red Oxide. HEX triplet: 55, 17 and 08. RGB value is (85,23,8). Sum of RGB (Red+Green+Blue) = 85+23+8=116 (15% of max value = 765). Red value is 85 (33.59% from 255 or 73.28% from 116); Green value is 23 (9.38% from 255 or 19.83% from 116); Blue value is 8 (3.52% from 255 or 6.90% from 116); Max value from RGB is 85 - color contains mainly: red. Hex color #551708 is not a web safe color. Web safe color analog (approx): #660000. Inversed color of #551708 is #AAE8F7. Grayscale: #272727. Windows color (decimal): -11200760 or 530261. OLE color: 530261.

HSL color Cylindrical-coordinate representation of color #551708: hue angle of 11.69º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #551708 is Cyan = 0, Magento = 0.73, Yellow = 0.91 and Black (K on CMYK) = 0.67.

Color convert

RGB 85 23 8 -
CMYK 0 0.73 0.91 0.67
HSL 11.69º 0.83% 0.18% -
HSV(B) 11.69º 0.91% 0.33% -
XYZ 4.1 2.56 0.51 -
YUV 39.83 110.04 160.22 -
System Red Green Blue C M Y K H S L
Decimal 85 23 8 0 0.73 0.91 0.67 11.69 0.83 0.18
Hex 55 17 8 0 49 5B 43 C 53 12
Octal 125 27 10 0 111 133 103 14 123 22
Binary 1010101 10111 1000 0 1001001 1011011 1000011 1100 1010011 10010

Color Harmonies of #551708

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #551708

Black with #551708

Text Example


Text Example

White with #551708

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #551708; }

 p { color: rgb(85,23,8); }

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

background-color css

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

 a { background-color: rgb(85,23,8); }

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

border-color css

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

 span { border-color: rgb(85,23,8); }

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