#834236

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

Shades of Red Robin #834236

Tints of Red Robin #834236

Color information

#834236 (or 0x834236) is unknown color: approx Red Robin. HEX triplet: 83, 42 and 36. RGB value is (131,66,54). Sum of RGB (Red+Green+Blue) = 131+66+54=251 (33% of max value = 765). Red value is 131 (51.56% from 255 or 52.19% from 251); Green value is 66 (26.17% from 255 or 26.29% from 251); Blue value is 54 (21.48% from 255 or 21.51% from 251); Max value from RGB is 131 - color contains mainly: red. Hex color #834236 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834236 is #7CBDC9. Grayscale: #545454. Windows color (decimal): -8175050 or 3555971. OLE color: 3555971.

HSL color Cylindrical-coordinate representation of color #834236: hue angle of 9.35º degrees, saturation: 0.42, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #834236 is Cyan = 0, Magento = 0.50, Yellow = 0.59 and Black (K on CMYK) = 0.49.

Color convert

RGB1316654-
CMYK00.500.590.49
HSL9.35º41.62%36.27%-
HSV(B)9.35º58.78%51.37%-
XYZ11.978.994.59-
YUV84.07111.03161.48-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 52.19%
GREEN value IS 66 (26.17% from 255) = 26.29%
BLUE value IS 54 (21.48% from 255) = 21.51%
R=52.19%
G=26.29%
B=21.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.59
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131665400.500.590.499.3541.6236.27
Hex8342360323B3192a24
Octal203102660627361115244
Binary10000011100001011011001100101110111100011001101010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834236

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834236; }

 p { color: rgb(131,66,54); }

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

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

 a { background-color: rgb(131,66,54); }

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

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

 span { border-color: rgb(131,66,54); }

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