#922A02

Color #922A02 Saddle Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Saddle Brown #922A02

Tints of Saddle Brown #922A02

Color information

#922A02 (or 0x922A02) is unknown color: approx Saddle Brown. HEX triplet: 92, 2A and 02. RGB value is (146,42,2). Sum of RGB (Red+Green+Blue) = 146+42+2=190 (25% of max value = 765). Red value is 146 (57.42% from 255 or 76.84% from 190); Green value is 42 (16.80% from 255 or 22.11% from 190); Blue value is 2 (1.17% from 255 or 1.05% from 190); Max value from RGB is 146 - color contains mainly: red. Hex color #922A02 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #922A02 is #6DD5FD. Grayscale: #444444. Windows color (decimal): -7198206 or 141970. OLE color: 141970.

HSL color Cylindrical-coordinate representation of color #922A02: hue angle of 16.67º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #922A02 is Cyan = 0, Magento = 0.71, Yellow = 0.99 and Black (K on CMYK) = 0.43.

Color convert

RGB146422-
CMYK00.710.990.43
HSL16.67º97.3%29.02%-
HSV(B)16.67º98.63%57.25%-
XYZ12.697.770.89-
YUV68.5490.46183.25-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 76.84%
GREEN value IS 42 (16.80% from 255) = 22.11%
BLUE value IS 2 (1.17% from 255) = 1.05%
R=76.84%
G=22.11%
B=1.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.99
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14642200.710.990.4316.6797.329.02
Hex922A2047632B11611d
Octal2225220107143532114135
Binary100100101010101001000111110001110101110001110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #922A02

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #922A02; }

 p { color: rgb(146,42,2); }

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

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

 a { background-color: rgb(146,42,2); }

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

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

 span { border-color: rgb(146,42,2); }

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