#923D0B

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

Shades of Saddle Brown #923D0B

Tints of Saddle Brown #923D0B

Color information

#923D0B (or 0x923D0B) is unknown color: approx Saddle Brown. HEX triplet: 92, 3D and 0B. RGB value is (146,61,11). Sum of RGB (Red+Green+Blue) = 146+61+11=218 (28% of max value = 765). Red value is 146 (57.42% from 255 or 66.97% from 218); Green value is 61 (24.22% from 255 or 27.98% from 218); Blue value is 11 (4.69% from 255 or 5.05% from 218); Max value from RGB is 146 - color contains mainly: red. Hex color #923D0B is not a web safe color. Web safe color analog (approx): #993300. Inversed color of #923D0B is #6DC2F4. Grayscale: #505050. Windows color (decimal): -7193333 or 736658. OLE color: 736658.

HSL color Cylindrical-coordinate representation of color #923D0B: hue angle of 22.22º degrees, saturation: 0.86, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #923D0B is Cyan = 0, Magento = 0.58, Yellow = 0.92 and Black (K on CMYK) = 0.43.

Color convert

RGB1466111-
CMYK00.580.920.43
HSL22.22º85.99%30.78%-
HSV(B)22.22º92.47%57.25%-
XYZ13.589.471.43-
YUV80.7188.66174.57-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 66.97%
GREEN value IS 61 (24.22% from 255) = 27.98%
BLUE value IS 11 (4.69% from 255) = 5.05%
R=66.97%
G=27.98%
B=5.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.92
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146611100.580.920.4322.2285.9930.78
Hex923DB03A5C2B16561f
Octal2227513072134532612637
Binary1001001011110110110111010101110010101110110101011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #923D0B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #923D0B; }

 p { color: rgb(146,61,11); }

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

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

 a { background-color: rgb(146,61,11); }

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

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

 span { border-color: rgb(146,61,11); }

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