#834338

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

Shades of Red Robin #834338

Tints of Red Robin #834338

Color information

#834338 (or 0x834338) is unknown color: approx Red Robin. HEX triplet: 83, 43 and 38. RGB value is (131,67,56). Sum of RGB (Red+Green+Blue) = 131+67+56=254 (33% of max value = 765). Red value is 131 (51.56% from 255 or 51.57% from 254); Green value is 67 (26.56% from 255 or 26.38% from 254); Blue value is 56 (22.27% from 255 or 22.05% from 254); Max value from RGB is 131 - color contains mainly: red. Hex color #834338 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #834338 is #7CBCC7. Grayscale: #545454. Windows color (decimal): -8174792 or 3687299. OLE color: 3687299.

HSL color Cylindrical-coordinate representation of color #834338: hue angle of 8.8º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #834338 is Cyan = 0, Magento = 0.49, Yellow = 0.57 and Black (K on CMYK) = 0.49.

Color convert

RGB1316756-
CMYK00.490.570.49
HSL8.8º40.11%36.67%-
HSV(B)8.8º57.25%51.37%-
XYZ12.089.134.87-
YUV84.88111.7160.89-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 51.57%
GREEN value IS 67 (26.56% from 255) = 26.38%
BLUE value IS 56 (22.27% from 255) = 22.05%
R=51.57%
G=26.38%
B=22.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.57
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal131675600.490.570.498.840.1136.67
Hex834338031393192825
Octal203103700617161115045
Binary10000011100001111100001100011110011100011001101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834338

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834338; }

 p { color: rgb(131,67,56); }

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

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

 a { background-color: rgb(131,67,56); }

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

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

 span { border-color: rgb(131,67,56); }

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