#932A00

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

Shades of Saddle Brown #932A00

Tints of Saddle Brown #932A00

Color information

#932A00 (or 0x932A00) is unknown color: approx Saddle Brown. HEX triplet: 93, 2A and 00. RGB value is (147,42,0). Sum of RGB (Red+Green+Blue) = 147+42+0=189 (25% of max value = 765). Red value is 147 (57.81% from 255 or 77.78% from 189); Green value is 42 (16.80% from 255 or 22.22% from 189); Blue value is 0 (0.39% from 255 or 0% from 189); Max value from RGB is 147 - color contains mainly: red. Hex color #932A00 is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #932A00 is #6CD5FF. Grayscale: #444444. Windows color (decimal): -7132672 or 10899. OLE color: 10899.

HSL color Cylindrical-coordinate representation of color #932A00: hue angle of 17.14º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #932A00 is Cyan = 0, Magento = 0.71, Yellow = 1 and Black (K on CMYK) = 0.42.

Color convert

RGB147420-
CMYK00.7110.42
HSL17.14º100%28.82%-
HSV(B)17.14º100%57.65%-
XYZ12.867.860.84-
YUV68.6189.29183.92-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 77.78%
GREEN value IS 42 (16.80% from 255) = 22.22%
BLUE value IS 0 (0.39% from 255) = 0%
R=77.78%
G=22.22%
B=0%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 1
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14742000.7110.4217.1410028.82
Hex932A0047642A11641d
Octal2235200107144522114435
Binary10010011101010001000111110010010101010001110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #932A00

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #932A00; }

 p { color: rgb(147,42,0); }

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

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

 a { background-color: rgb(147,42,0); }

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

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

 span { border-color: rgb(147,42,0); }

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