#622522

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

Shades of Red Oxide #622522

Tints of Red Oxide #622522

Color information

#622522 (or 0x622522) is unknown color: approx Red Oxide. HEX triplet: 62, 25 and 22. RGB value is (98,37,34). Sum of RGB (Red+Green+Blue) = 98+37+34=169 (22% of max value = 765). Red value is 98 (38.67% from 255 or 57.99% from 169); Green value is 37 (14.84% from 255 or 21.89% from 169); Blue value is 34 (13.67% from 255 or 20.12% from 169); Max value from RGB is 98 - color contains mainly: red. Hex color #622522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #622522 is #9DDADD. Grayscale: #363636. Windows color (decimal): -10345182 or 2237794. OLE color: 2237794.

HSL color Cylindrical-coordinate representation of color #622522: hue angle of 2.81º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #622522 is Cyan = 0, Magento = 0.62, Yellow = 0.65 and Black (K on CMYK) = 0.62.

Color convert

RGB983734-
CMYK00.620.650.62
HSL2.81º48.48%25.88%-
HSV(B)2.81º65.31%38.43%-
XYZ5.994.041.98-
YUV54.9116.21158.74-

RGB Variations

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

RGB

RED value IS 98 (38.67% from 255) = 57.99%
GREEN value IS 37 (14.84% from 255) = 21.89%
BLUE value IS 34 (13.67% from 255) = 20.12%
R=57.99%
G=21.89%
B=20.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.65
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal98373400.620.650.622.8148.4825.88
Hex62252203E413E3301a
Octal14245420761017636032
Binary1100010100101100010011111010000011111101111000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #622522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #622522; }

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

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

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

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

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

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

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

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