#652522

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

Shades of Red Oxide #652522

Tints of Red Oxide #652522

Color information

#652522 (or 0x652522) is unknown color: approx Red Oxide. HEX triplet: 65, 25 and 22. RGB value is (101,37,34). Sum of RGB (Red+Green+Blue) = 101+37+34=172 (22% of max value = 765). Red value is 101 (39.84% from 255 or 58.72% from 172); Green value is 37 (14.84% from 255 or 21.51% from 172); Blue value is 34 (13.67% from 255 or 19.77% from 172); Max value from RGB is 101 - color contains mainly: red. Hex color #652522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #652522 is #9ADADD. Grayscale: #373737. Windows color (decimal): -10148574 or 2237797. OLE color: 2237797.

HSL color Cylindrical-coordinate representation of color #652522: hue angle of 2.69º degrees, saturation: 0.5, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #652522 is Cyan = 0, Magento = 0.63, Yellow = 0.66 and Black (K on CMYK) = 0.60.

Color convert

RGB1013734-
CMYK00.630.660.60
HSL2.69º49.63%26.47%-
HSV(B)2.69º66.34%39.61%-
XYZ6.324.211.99-
YUV55.79115.7160.24-

RGB Variations

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

RGB

RED value IS 101 (39.84% from 255) = 58.72%
GREEN value IS 37 (14.84% from 255) = 21.51%
BLUE value IS 34 (13.67% from 255) = 19.77%
R=58.72%
G=21.51%
B=19.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.66
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal101373400.630.660.602.6949.6326.47
Hex65252203F423C3321a
Octal14545420771027436232
Binary1100101100101100010011111110000101111001111001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #652522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #652522; }

 p { color: rgb(101,37,34); }

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

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

 a { background-color: rgb(101,37,34); }

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

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

 span { border-color: rgb(101,37,34); }

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