#854538

Color #854538 Red Robin (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Red Robin #854538

Tints of Red Robin #854538

Color information

#854538 (or 0x854538) is unknown color: approx Red Robin. HEX triplet: 85, 45 and 38. RGB value is (133,69,56). Sum of RGB (Red+Green+Blue) = 133+69+56=258 (34% of max value = 765). Red value is 133 (52.34% from 255 or 51.55% from 258); Green value is 69 (27.34% from 255 or 26.74% from 258); Blue value is 56 (22.27% from 255 or 21.71% from 258); Max value from RGB is 133 - color contains mainly: red. Hex color #854538 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #854538 is #7ABAC7. Grayscale: #565656. Windows color (decimal): -8043208 or 3687813. OLE color: 3687813.

HSL color Cylindrical-coordinate representation of color #854538: hue angle of 10.13º degrees, saturation: 0.41, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #854538 is Cyan = 0, Magento = 0.48, Yellow = 0.58 and Black (K on CMYK) = 0.48.

Color convert

RGB1336956-
CMYK00.480.580.48
HSL10.13º40.74%37.06%-
HSV(B)10.13º57.89%52.16%-
XYZ12.519.534.92-
YUV86.65110.7161.06-

RGB Variations

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

RGB

RED value IS 133 (52.34% from 255) = 51.55%
GREEN value IS 69 (27.34% from 255) = 26.74%
BLUE value IS 56 (22.27% from 255) = 21.71%
R=51.55%
G=26.74%
B=21.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.58
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal133695600.480.580.4810.1340.7437.06
Hex8545380303A30a2925
Octal205105700607260125145
Binary10000101100010111100001100001110101100001010101001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #854538

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #854538; }

 p { color: rgb(133,69,56); }

 H1.HeaderClassName
 {
   color: #854538;
 }
 .AnyTagClassName
 {
   color: #854538;
 }
</style>
background-color css

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

 a { background-color: rgb(133,69,56); }

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

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

 span { border-color: rgb(133,69,56); }

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